Skip to content

Commit 2cac054

Browse files
corrected Dockerfile
1 parent a103722 commit 2cac054

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
@@ -12,7 +12,7 @@ FROM debian:trixie-slim
1212

1313

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

0 commit comments

Comments
 (0)