Skip to content

Commit f87444c

Browse files
committed
1 parent 7e641fa commit f87444c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM alpine:3.21@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
22

33
# Create non-root user and set up permissions in a single layer
4-
RUN adduser -k /dev/null -u 10001 -D gorge \
4+
RUN apk add --no-cache curl \
5+
&& adduser -k /dev/null -u 10001 -D gorge \
56
&& chgrp 0 /home/gorge \
67
&& chmod -R g+rwX /home/gorge
78

0 commit comments

Comments
 (0)