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:
@ -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/*
|
||||
|
||||
|
Reference in New Issue
Block a user