Commit 54240489 authored by Dominik Charousset's avatar Dominik Charousset

Make Ubuntu image noninteractive

parent abc76c8e
FROM ubuntu:20.04 FROM ubuntu:20.04
RUN apt update -y && \ ENV DEBIAN_FRONTEND=noninteractive
apt upgrade -y
RUN apt install -y \ RUN apt-get update -y && \
apt-get upgrade -y
RUN apt-get install -y \
cmake \ cmake \
g++-9 \ g++-9 \
git \ git \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment