Add curl to Ubuntu docker images.
This commit is contained in:
parent
1fe8ebce1b
commit
82b978e186
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ RUN apt-get update -y && \
|
|||
asciidoc \
|
||||
bzip2 \
|
||||
cdbs \
|
||||
curl \
|
||||
debhelper \
|
||||
debianutils \
|
||||
devscripts \
|
||||
|
|
|
@ -7,6 +7,7 @@ RUN apt-get update -y && \
|
|||
asciidoc \
|
||||
bzip2 \
|
||||
cdbs \
|
||||
curl \
|
||||
debhelper \
|
||||
debianutils \
|
||||
devscripts \
|
||||
|
|
Loading…
Reference in a new issue