1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2026-05-03 10:53:29 +00:00

Export DEBIAN_FRONTEND=noninteractive so that updating tzdata, for instance, works

This commit is contained in:
Sebastian Bergmann
2020-03-27 14:01:46 +01:00
parent 86caa14b64
commit 6bf9ce641f

View File

@@ -1,6 +1,8 @@
FROM ubuntu:20.04
RUN apt-get update && apt-get install -y \
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get install -y \
autoconf \
bison \
flex \