Skip to content

Commit cd3aaf2

Browse files
authored
Accept EULA
1 parent 0caedb0 commit cd3aaf2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ USER root
77
# BASE BACKAGES =============================================================
88
RUN DEBIAN_FRONTEND=noninteractive \
99
apt-get update && \
10+
DEBIAN_FRONTEND=noninteractive \
11+
ACCEPT_EULA=Y \
1012
apt-get upgrade -y && \
11-
apt-get install -y --no-install-recommends \
13+
DEBIAN_FRONTEND=noninteractive \
14+
ACCEPT_EULA=Y apt-get install -y --no-install-recommends \
1215
cmake \
1316
make \
1417
gcc \

0 commit comments

Comments
 (0)