Commit 54240489 authored by Dominik Charousset's avatar Dominik Charousset

Make Ubuntu image noninteractive

parent abc76c8e
FROM ubuntu:20.04
RUN apt update -y && \
apt upgrade -y
ENV DEBIAN_FRONTEND=noninteractive
RUN apt install -y \
RUN apt-get update -y && \
apt-get upgrade -y
RUN apt-get install -y \
cmake \
g++-9 \
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