client: Dockerfiles: resolve apt CLI warning

This commit is contained in:
2024-07-11 16:42:30 -07:00
parent c8a2af1290
commit f2df54d3cc
7 changed files with 20 additions and 20 deletions

View File

@@ -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

View File

@@ -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 \