confirm apt upgrade command

This commit is contained in:
Henny022p 2025-03-02 16:43:53 +01:00
parent 9ac014c5b0
commit 4aac8d88d2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM debian
RUN apt update && apt upgrade && apt install -y --no-install-recommends \
RUN apt update && apt upgrade -y && apt install -y --no-install-recommends \
ca-certificates \
cmake \
g++ \