Add git, curl and debhelper to container
ci/woodpecker/push/build_and_release Pipeline was successful
Details
ci/woodpecker/push/build_and_release Pipeline was successful
Details
This commit is contained in:
parent
59c485f7cd
commit
6272e2fc9c
|
@ -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/*
|
||||
|
||||
|
|
Loading…
Reference in New Issue