liushuyu ee9aaf49ff
meta: add ENV DEBIAN_FRONTEND=noninteractive...
... so that apt will not ask for user input
2020-07-21 14:13:23 -06:00

6 lines
182 B
Docker

FROM ubuntu:20.04
LABEL maintainer="citraemu"
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get -y full-upgrade
RUN apt-get install -y git clang-format-6.0 p7zip-full