don't ask me during install

This commit is contained in:
Tobias Trabelsi 2020-06-11 12:11:44 +02:00
parent beb79f4b87
commit b003743058
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM ubuntu:20.04
RUN apt-get update \
RUN DEBIAN_FRONTEND=noninteractive apt-get update \
&& apt-get install -y --no-install-recommends \
software-properties-common \
apt-utils \