mirror of https://github.com/aminya/setup-cpp
fix: install wget for dockerfile
This commit is contained in:
parent
8f9841af5b
commit
6c72c2f17c
|
@ -138,6 +138,7 @@ FROM debian:bullseye
|
||||||
|
|
||||||
# add setup_cpp
|
# add setup_cpp
|
||||||
WORKDIR "/"
|
WORKDIR "/"
|
||||||
|
RUN apt-get update -qq && apt-get install -y --no-install-recommends wget
|
||||||
RUN wget "https://github.com/aminya/setup-cpp/releases/download/v0.2/setup_cpp_linux"
|
RUN wget "https://github.com/aminya/setup-cpp/releases/download/v0.2/setup_cpp_linux"
|
||||||
RUN chmod +x ./setup_cpp_linux
|
RUN chmod +x ./setup_cpp_linux
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@ FROM debian:bullseye
|
||||||
|
|
||||||
# add setup_cpp
|
# add setup_cpp
|
||||||
WORKDIR "/"
|
WORKDIR "/"
|
||||||
|
RUN apt-get update -qq && apt-get install -y --no-install-recommends wget
|
||||||
RUN wget "https://github.com/aminya/setup-cpp/releases/download/v0.2/setup_cpp_linux"
|
RUN wget "https://github.com/aminya/setup-cpp/releases/download/v0.2/setup_cpp_linux"
|
||||||
RUN chmod +x ./setup_cpp_linux
|
RUN chmod +x ./setup_cpp_linux
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue