alpha
Login
or
Join now
hiijax.net
/
knot-spindle-docker
forked from
sachy.dev/knot-spindle-docker
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Personal docker image setups for Knot/Spindle
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Add git to spindle image
author
Sachymetsu
date
1 week ago
(Jul 17, 2026, 11:29 AM +0200)
commit
9421a8e6
9421a8e6460bbe040f39591dd88170b2f1fd806e
parent
5438f8e2
5438f8e2e4329e1659d5ed2124bc0bb61af791c0
change-id
skwylwnl
skwylwnlpstsnnlrwuklkyspkmllswnz
+2
1 changed file
Expand all
Collapse all
Unified
Split
Dockerfile
+2
Dockerfile
View file
Reviewed
···
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
64
+
RUN mkdir -p /images && chown -R spindle:spindle /images
65
65
+
RUN apk add git curl
64
66
COPY --from=build-spindle /usr/bin/spindle /usr/bin
65
67
66
68
WORKDIR /app