mirror of
https://github.com/sebastianbergmann/docker-amiga-gcc.git
synced 2026-05-03 18:56:52 +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
|
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 \
|
autoconf \
|
||||||
bison \
|
bison \
|
||||||
flex \
|
flex \
|
||||||
|
|||||||
Reference in New Issue
Block a user