File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ FROM ubuntu:18.04
22LABEL maintainer="Illya Kysil <ikysil@ikysil.name>"
33
44ENV LANG=C.UTF-8 \
5- LC_ALL=C.UTF-8
5+ LC_ALL=C.UTF-8 \
6+ DEBIAN_FRONTEND=noninteractive
67
78RUN yes | ( dpkg --add-architecture i386 && \
89 apt-get update && \
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ FROM ubuntu:20.04
22LABEL maintainer="Illya Kysil <ikysil@ikysil.name>"
33
44ENV LANG=C.UTF-8 \
5- LC_ALL=C.UTF-8
5+ LC_ALL=C.UTF-8 \
6+ DEBIAN_FRONTEND=noninteractive
67
78RUN yes | ( dpkg --add-architecture i386 && \
89 apt-get update && \
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ FROM ubuntu:20.10
22LABEL maintainer="Illya Kysil <ikysil@ikysil.name>"
33
44ENV LANG=C.UTF-8 \
5- LC_ALL=C.UTF-8
5+ LC_ALL=C.UTF-8 \
6+ DEBIAN_FRONTEND=noninteractive
67
78RUN yes | ( dpkg --add-architecture i386 && \
89 apt-get update && \
You can’t perform that action at this time.
0 commit comments