add curl and jq
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Michael Grote 2024-05-07 00:24:34 +02:00
parent a3063742d8
commit 75a5685b76

View file

@ -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/*