add curl
This commit is contained in:
parent
f1b519d143
commit
b39a07918a
@ -11,7 +11,8 @@ RUN apk --no-cache update
|
|||||||
RUN apk -U --no-cache add \
|
RUN apk -U --no-cache add \
|
||||||
doas doas-sudo-shim \
|
doas doas-sudo-shim \
|
||||||
bash less openvi \
|
bash less openvi \
|
||||||
coreutils grep gawk perl
|
coreutils grep gawk perl \
|
||||||
|
curl
|
||||||
|
|
||||||
RUN adduser -h /home/cli -s /bin/bash -D cli cli && \
|
RUN adduser -h /home/cli -s /bin/bash -D cli cli && \
|
||||||
addgroup cli wheel && \
|
addgroup cli wheel && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user