mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: docker: io: apt-get upgrade
This commit is contained in:
parent
9ddb8c295c
commit
c4d26c6a81
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ ENV PATH=/usr/local/src/cargo/bin:$PATH
|
|||
|
||||
ARG GO_VERSION=1.21.2
|
||||
|
||||
RUN apt-get update && apt-get upgrade && apt-get autoremove && \
|
||||
RUN apt-get update && apt-get upgrade -y && apt-get autoremove && \
|
||||
apt-get install -y less ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim bat fzf \
|
||||
locales sudo command-not-found && \
|
||||
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue