mirror of https://github.com/aminya/setup-cpp
fix: add unzip to the debian docker
This commit is contained in:
parent
883005209b
commit
82cc8fae86
|
@ -140,8 +140,8 @@ FROM debian:bullseye
|
|||
WORKDIR "/"
|
||||
RUN apt-get update -qq
|
||||
RUN apt-get install -y --no-install-recommends apt-utils
|
||||
RUN apt-get install -y --no-install-recommends ca-certificates wget
|
||||
RUN wget "https://github.com/aminya/setup-cpp/releases/download/v0.2/setup_cpp_linux"
|
||||
RUN apt-get install -y --no-install-recommends ca-certificates wget unzip
|
||||
RUN wget --no-verbose "https://github.com/aminya/setup-cpp/releases/download/v0.2/setup_cpp_linux"
|
||||
RUN chmod +x ./setup_cpp_linux
|
||||
|
||||
# install llvm, cmake, ninja, ccache, and conan
|
||||
|
|
|
@ -5,8 +5,8 @@ FROM debian:bullseye
|
|||
WORKDIR "/"
|
||||
RUN apt-get update -qq
|
||||
RUN apt-get install -y --no-install-recommends apt-utils
|
||||
RUN apt-get install -y --no-install-recommends ca-certificates wget
|
||||
RUN wget "https://github.com/aminya/setup-cpp/releases/download/v0.2/setup_cpp_linux"
|
||||
RUN apt-get install -y --no-install-recommends ca-certificates wget unzip
|
||||
RUN wget --no-verbose "https://github.com/aminya/setup-cpp/releases/download/v0.2/setup_cpp_linux"
|
||||
RUN chmod +x ./setup_cpp_linux
|
||||
|
||||
# install llvm, cmake, ninja, ccache, and conan
|
||||
|
|
Loading…
Reference in New Issue