Community maintained Docker config for the knot server

fix: add curl to spindle image

bas.sh 6aa81b92 dcc09608

verified
+1
+1
Dockerfile
··· 56 56 ARG UID=1000 57 57 ARG GID=1000 58 58 59 + run apk add curl bash 59 60 RUN adduser --system --uid $UID spindle 60 61 RUN addgroup --system --gid $UID spindle 61 62 RUN mkdir -p /app && chown -R spindle:spindle /app