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 2cac054 commit a5e27a8Copy full SHA for a5e27a8
Dockerfile
@@ -13,7 +13,7 @@ FROM debian:trixie-slim
13
14
RUN apt-get update -y && \
15
apt-get upgrade -y && \
16
- apt-get install busybox -y && \
+ apt-get install adduser busybox -y && \
17
ln -s /bin/busybox /usr/bin/[[
18
19
0 commit comments