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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user