Skip to content

Commit a5e27a8

Browse files
corrected Dockerfile
1 parent 2cac054 commit a5e27a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FROM debian:trixie-slim
1313

1414
RUN apt-get update -y && \
1515
apt-get upgrade -y && \
16-
apt-get install busybox -y && \
16+
apt-get install adduser busybox -y && \
1717
ln -s /bin/busybox /usr/bin/[[
1818

1919

0 commit comments

Comments
 (0)