mirror of https://github.com/zeldaret/tmc.git
confirm apt upgrade command
This commit is contained in:
parent
9ac014c5b0
commit
4aac8d88d2
|
@ -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++ \
|
||||
|
|
Loading…
Reference in New Issue