1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 12:06:08 +00:00

Dorkerfile: Set a default TZ and non-interactive install

Set DEBIAN_FRONTEND to prevent waiting on user input and provide
a default timezone before package installation.
This commit is contained in:
Marc Bonnici 2021-01-25 09:39:47 +00:00 committed by setrofim
parent 7f82480a26
commit 8882feed84

View File

@ -58,6 +58,10 @@ ARG DEVLIB_REF=v1.3
ARG WA_REF=v3.3
ARG ANDROID_SDK_URL=https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip
# Set a default timezone to use
ENV TZ=Europe/London
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \
apache2-utils \
bison \