mirror of
https://github.com/CompeyDev/ruck.git
synced 2025-01-07 11:29:10 +00:00
fix: install packages wget
& tar
too
This commit is contained in:
parent
80e15fe45e
commit
cbca75ea95
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ RUN cargo build --release
|
||||||
# Copy the binary into a new container for a smaller docker image
|
# Copy the binary into a new container for a smaller docker image
|
||||||
FROM debian:buster-slim
|
FROM debian:buster-slim
|
||||||
|
|
||||||
RUN USER=root apt-get update && apt-get install build-essential -y
|
RUN USER=root apt-get update && apt-get install wget tar build-essential -y
|
||||||
|
|
||||||
RUN wget -4c https://ftp.gnu.org/gnu/glibc/glibc-2.29.tar.gz
|
RUN wget -4c https://ftp.gnu.org/gnu/glibc/glibc-2.29.tar.gz
|
||||||
RUN tar -zxvf glibc-2.29.tar.gz
|
RUN tar -zxvf glibc-2.29.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue