mirror of
https://github.com/zeldaret/tmc
synced 2026-06-30 11:51:43 -04:00
confirm apt upgrade command
This commit is contained in:
@@ -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++ \
|
||||
|
||||
Reference in New Issue
Block a user