mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
build,circleci: add curl & wget to base image
curl was present in latest image but seems to have been remove from latest debian:9 Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
This commit is contained in:
@@ -2,6 +2,7 @@ FROM debian:9
|
||||
|
||||
RUN apt update && apt install -y \
|
||||
build-essential \
|
||||
curl \
|
||||
jq \
|
||||
gawk \
|
||||
gettext \
|
||||
@@ -11,6 +12,7 @@ libssl-dev \
|
||||
python \
|
||||
subversion \
|
||||
time \
|
||||
wget \
|
||||
zlib1g-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user