We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0caedb0 commit cd3aaf2Copy full SHA for cd3aaf2
Dockerfile
@@ -7,8 +7,11 @@ USER root
7
# BASE BACKAGES =============================================================
8
RUN DEBIAN_FRONTEND=noninteractive \
9
apt-get update && \
10
+ DEBIAN_FRONTEND=noninteractive \
11
+ ACCEPT_EULA=Y \
12
apt-get upgrade -y && \
- apt-get install -y --no-install-recommends \
13
14
+ ACCEPT_EULA=Y apt-get install -y --no-install-recommends \
15
cmake \
16
make \
17
gcc \
0 commit comments