2020-08-28 16:13:52 +02:00

6 lines
181 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-10 p7zip-full