fix(builder): curl necessary to push deb package to forge
This commit is contained in:
parent
7596ade16f
commit
2accfb577d
1 changed files with 2 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
|||
FROM ubuntu:24.04
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y make \
|
||||
apt-get install -y curl \
|
||||
make \
|
||||
# other packages to build \
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue