add curl and jq
This commit is contained in:
parent
a3063742d8
commit
75a5685b76
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ RUN apt-get update && \
|
|||
wget \
|
||||
rpm \
|
||||
gawk \
|
||||
curl \
|
||||
jq \
|
||||
&& apt-get clean \
|
||||
&& gem install fpm \
|
||||
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*
|
||||
|
|
Loading…
Reference in a new issue