mirror of
https://github.com/CompeyDev/ruck.git
synced 2025-01-07 11:29:10 +00:00
fix: install required build dependencies
This commit is contained in:
parent
9965a81589
commit
fb19cad0f5
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ RUN cargo build --release
|
|||
# Copy the binary into a new container for a smaller docker image
|
||||
FROM debian:buster-slim
|
||||
|
||||
RUN sudo apt install build-essential
|
||||
|
||||
RUN wget -4c https://ftp.gnu.org/gnu/glibc/glibc-2.29.tar.gz
|
||||
RUN tar -zxvf glibc-2.29.tar.gz
|
||||
RUN cd glibc-2.29
|
||||
|
|
Loading…
Reference in a new issue