Add git, curl and debhelper to container
All checks were successful
ci/woodpecker/push/build_and_release Pipeline was successful
All checks were successful
ci/woodpecker/push/build_and_release Pipeline was successful
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…
x
Reference in New Issue
Block a user