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
|
FROM ubuntu:24.04
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y dpkg-deb \
|
apt-get install -y gcc \
|
||||||
gcc \
|
|
||||||
ninja-build \
|
ninja-build \
|
||||||
gettext \
|
gettext \
|
||||||
cmake \
|
cmake \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue