Skip to content
Snippets Groups Projects
Commit 0b1c336b authored by Adrien Béraud's avatar Adrien Béraud
Browse files

docker: use latest cmake

Change-Id: Ic022ffdcb3985080d50c9b3633214be0b58df7aa
parent 58145d6e
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,16 @@ FROM gradle:jdk11 ...@@ -3,6 +3,16 @@ FROM gradle:jdk11
ENV LANG en_US.utf8 ENV LANG en_US.utf8
ENV LC_ALL en_US.utf8 ENV LC_ALL en_US.utf8
RUN apt-get update && apt-get install -y --no-install-recommends \
apt-transport-https \
ca-certificates \
gnupg \
software-properties-common \
wget
RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | tee /etc/apt/trusted.gpg.d/kitware.gpg >/dev/null && \
apt-add-repository 'deb https://apt.kitware.com/ubuntu/ focal main'
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
asciidoc \ asciidoc \
autogen \ autogen \
...@@ -24,7 +34,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ...@@ -24,7 +34,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
locales \ locales \
m4 \ m4 \
pkg-config \ pkg-config \
software-properties-common \
python-is-python3 \ python-is-python3 \
ssh \ ssh \
unzip \ unzip \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment