ALL: Install curl in all images

This commit is contained in:
Le Philousophe
2021-10-16 11:21:01 +00:00
parent 8c42c6c582
commit 33de7675ba
4 changed files with 2 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
automake \
ca-certificates \
cmake \
curl \
debhelper \
dpkg-dev \
git \
-1
View File
@@ -14,7 +14,6 @@ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
bzip2 \
ca-certificates \
curl \
gnupg \
libxml2 \
make \
-1
View File
@@ -14,7 +14,6 @@ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
bzip2 \
ca-certificates \
curl \
gnupg \
libxml2 \
make \
+1
View File
@@ -10,6 +10,7 @@ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
bzip2 \
ccache \
curl \
git \
make \
pandoc \