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 \
|
&& apt install -y \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
dpkg-dev \
|
dpkg-dev \
|
||||||
make \
|
|
||||||
devscripts \
|
devscripts \
|
||||||
|
debhelper \
|
||||||
|
make \
|
||||||
|
git \
|
||||||
|
curl \
|
||||||
&& apt clean \
|
&& apt clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue