ci, fix: add missing dependencies
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Tomáš Mládek 2023-08-12 11:56:20 +02:00
parent 8d3c10a5d8
commit b751b63c42

View file

@ -1,5 +1,5 @@
FROM debian
RUN apt-get update && apt-get -y install git gnupg openssh-client wget curl && \
RUN apt-get update && apt-get -y install wget curl file libssl-dev gnupg openssh-client && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin