fix: install wget for dockerfile

This commit is contained in:
Amin Yahyaabadi 2021-09-18 12:15:56 -05:00
parent 8f9841af5b
commit 6c72c2f17c
2 changed files with 2 additions and 0 deletions

View File

@ -138,6 +138,7 @@ FROM debian:bullseye
# add setup_cpp
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 chmod +x ./setup_cpp_linux

View File

@ -3,6 +3,7 @@ FROM debian:bullseye
# add setup_cpp
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 chmod +x ./setup_cpp_linux