client: Dockerfiles: resolve apt CLI warning
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
|
||||
USER root
|
||||
|
||||
RUN apt update -y
|
||||
RUN apt-get update -y
|
||||
|
||||
RUN apt install -y \
|
||||
RUN apt-get install -y \
|
||||
curl \
|
||||
yq
|
||||
|
||||
|
||||
@@ -25,9 +25,9 @@
|
||||
|
||||
USER root
|
||||
|
||||
RUN apt update -y
|
||||
RUN apt-get update -y
|
||||
|
||||
RUN apt install -y \
|
||||
RUN apt-get install -y \
|
||||
calc \
|
||||
emacs-nox \
|
||||
mc \
|
||||
|
||||
Reference in New Issue
Block a user