mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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 \
|
asciidoc \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
cdbs \
|
cdbs \
|
||||||
|
curl \
|
||||||
debhelper \
|
debhelper \
|
||||||
debianutils \
|
debianutils \
|
||||||
devscripts \
|
devscripts \
|
||||||
|
|
|
@ -7,6 +7,7 @@ RUN apt-get update -y && \
|
||||||
asciidoc \
|
asciidoc \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
cdbs \
|
cdbs \
|
||||||
|
curl \
|
||||||
debhelper \
|
debhelper \
|
||||||
debianutils \
|
debianutils \
|
||||||
devscripts \
|
devscripts \
|
||||||
|
|
Loading…
Add table
Reference in a new issue