Skip to content

Commit

Permalink
corrected Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalii-codefresh committed Jan 10, 2025
1 parent a103722 commit 2cac054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM debian:trixie-slim


RUN apt-get update -y && \
apt-get upgrade && \
apt-get upgrade -y && \
apt-get install busybox -y && \
ln -s /bin/busybox /usr/bin/[[

Expand Down

0 comments on commit 2cac054

Please sign in to comment.