Update Dockerfile

This commit is contained in:
deed 2022-04-03 11:59:30 +02:00
parent fbcaafa99a
commit 64eb5003cc

View file

@ -4,6 +4,15 @@ 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 \
ca-certificates \
git \
git-lfs \
python \
python-openssl \
unzip \
wget \
zip \
rsync \
build-essential \ build-essential \
scons \ scons \
pkg-config \ pkg-config \