Update Dockerfile

This commit is contained in:
deed 2022-02-04 17:05:03 +01:00
parent 7fd95abc5d
commit 3730e97045

View file

@ -4,6 +4,7 @@ LABEL version="1.0" maintainer="Khaganat <contact@khaganat.net>"
USER root USER root
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
apt-utils \ apt-utils \
ca-certificates \ ca-certificates \
git \ git \