Skip to content

Commit c4d26c6

Browse files
committed
feature: docker: io: apt-get upgrade
1 parent 9ddb8c2 commit c4d26c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.io

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV PATH=/usr/local/src/cargo/bin:$PATH
1212

1313
ARG GO_VERSION=1.21.2
1414

15-
RUN apt-get update && apt-get upgrade && apt-get autoremove && \
15+
RUN apt-get update && apt-get upgrade -y && apt-get autoremove && \
1616
apt-get install -y less ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim bat fzf \
1717
locales sudo command-not-found && \
1818
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \

0 commit comments

Comments
 (0)