Add git, curl and debhelper to container
ci/woodpecker/push/build_and_release Pipeline was successful Details

This commit is contained in:
Kevin Dorner 2022-08-26 04:46:43 +02:00
parent 59c485f7cd
commit 6272e2fc9c
1 changed files with 4 additions and 1 deletions

View File

@ -4,8 +4,11 @@ RUN apt update \
&& apt install -y \
--no-install-recommends \
dpkg-dev \
make \
devscripts \
debhelper \
make \
git \
curl \
&& apt clean \
&& rm -rf /var/lib/apt/lists/*