Skip to content

Commit

Permalink
install wget
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Mar 18, 2020
1 parent 76fd44c commit 6c1ad52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/docker/linux-apt-cmake.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ FROM ${base}
RUN apt-get update && \
apt-get install -y -q \
libidn11 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
wget && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

ARG cmake=3.2.3
RUN wget -nv -O - https://github.com/Kitware/CMake/releases/download/v${cmake}/cmake-${cmake}-Linux-x86_64.tar.gz | tar -xzf - -C /opt
Expand Down

0 comments on commit 6c1ad52

Please sign in to comment.