Update Dockerfile

This commit is contained in:
deed 2022-01-30 16:51:11 +01:00
parent 4466f2b916
commit 1619e5f55d

View file

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