Merge pull request #2107 from fewtarius/dev

Add curl to docker image.
This commit is contained in:
fewtarius 2023-09-20 09:38:59 -04:00 committed by GitHub
commit 4acf9dfccd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ RUN adduser --disabled-password --gecos '' docker \
RUN apt-get install -y \
bc default-jre file gawk gcc git golang-go gperf libjson-perl libncurses5-dev \
libparse-yapp-perl libxml-parser-perl lzop make patchutils python-is-python3 \
python3 unzip wget xfonts-utils xsltproc zip zstd
python3 unzip wget curl xfonts-utils xsltproc zip zstd
RUN mkdir -p /work && chown docker /work