Personal docker image setups for Knot/Spindle
0

Configure Feed

Select the types of activity you want to include in your feed.

Add git to spindle image

author
Sachymetsu
date (Jul 17, 2026, 11:29 AM +0200) commit 9421a8e6 parent 5438f8e2 change-id skwylwnl
+2
+2
Dockerfile
··· 61 61 RUN adduser --system --uid $UID spindle 62 62 RUN addgroup --system --gid $UID spindle 63 63 RUN mkdir -p /app && chown -R spindle:spindle /app 64 + RUN mkdir -p /images && chown -R spindle:spindle /images 65 + RUN apk add git curl 64 66 COPY --from=build-spindle /usr/bin/spindle /usr/bin 65 67 66 68 WORKDIR /app