generated from ext/template
fix(builder): do not install dpkg-deb tool
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
238c85561b
commit
47a6deed06
1 changed files with 1 additions and 2 deletions
|
|
@ -2,8 +2,7 @@
|
|||
FROM ubuntu:24.04
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y dpkg-deb \
|
||||
gcc \
|
||||
apt-get install -y gcc \
|
||||
ninja-build \
|
||||
gettext \
|
||||
cmake \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue