tangled
alpha
login
or
join now
bas.sh
/
knot-docker
forked from
psychedeli.ca/knot-docker
0
fork
atom
Community maintained Docker config for the knot server
0
fork
atom
overview
issues
pulls
pipelines
fix: add curl to spindle image
bas.sh
2 weeks ago
6aa81b92
dcc09608
verified
This commit was signed with the committer's
known signature
.
bas.sh
SSH Key Fingerprint:
SHA256:Wtf8XM3WWN/LYc74Pv3EPWVYCxXkAsC47BMtt0nWSZ0=
+1
1 changed file
expand all
collapse all
unified
split
Dockerfile
+1
Dockerfile
···
56
56
ARG UID=1000
57
57
ARG GID=1000
58
58
59
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