Add dependencies
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-03-04 13:07:42 +01:00
parent 3e401c35fc
commit 342556c25b
1 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
git \
jq \
locales \
make \
netcat-openbsd \
openssh-client \
powershell-lts \
@ -68,7 +69,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
apt-transport-https \
build-essential \
# ca-certificates \
curl \
gnupg && \
apt-get autoremove -y && \
rm -rf /var/lib/apt/lists/* && \