We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b31d24 commit c1debcaCopy full SHA for c1debca
1 file changed
Dockerfile
@@ -72,7 +72,7 @@ FROM docker.io/library/alpine:3.24.1@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0b
72
WORKDIR /home/burrito
73
74
# Install required packages
75
-RUN apk add --update --no-cache bash libc6-compat git openssh
+RUN apk add --update --no-cache bash git libc6-compat openssh
76
77
ENV UID=65532
78
ENV GID=65532
0 commit comments