File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed
Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ RUN rm -Rf boost_$boost_version \
7373# # OpenSSL
7474# ############################################################
7575# TODO tester version plus récente (voire installée par apt-get)
76- ARG openssl_version=1.1.1k
76+ # ARG openssl_version=1.1.1k
7777# WORKDIR ${WORK_DIR}
7878# RUN wget --no-check-certificate --no-verbose https://www.openssl.org/source/openssl-1.1.1k.tar.gz \
7979# && tar xzf openssl-${openssl_version}.tar.gz
Original file line number Diff line number Diff line change @@ -31,17 +31,12 @@ RUN apt-get install -q -y --no-install-recommends \
3131 build-essential gcc g++ autoconf automake libtool \
3232 gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf binutils-arm-linux-gnueabihf \
3333 ca-certificates wget coreutils bzip2 python3 python3-venv python3-pip \
34- perl swig unzip git gnupg openssl
35- # TODO remettre RUN rm -rf /var/lib/apt/lists/*
34+ perl swig unzip zip git gnupg openssl libssl-dev pkg-config
35+ RUN rm -rf /var/lib/apt/lists/*
3636
3737# ############################################################
3838# # Update CMake
3939# ############################################################
40-
41- # TODO déplacer :
42- RUN apt-get install -q -y --no-install-recommends \
43- libssl-dev pkg-config
44-
4540ARG cmake_version=3.31.10
4641WORKDIR ${WORK_DIR}
4742RUN wget --no-verbose https://github.com/Kitware/CMake/releases/download/v$cmake_version/cmake-$cmake_version.tar.gz
@@ -53,13 +48,6 @@ RUN make install
5348WORKDIR ${WORK_DIR}
5449RUN rm -Rf cmake-$cmake_version \
5550 rm cmake-$cmake_version.tar.gz
56- # TODO ménage
57- # RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc \
58- # | gpg --dearmor -o /usr/share/keyrings/kitware-archive-keyring.gpg
59- # RUN echo "deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/debian/ bookworm main" \
60- # | tee /etc/apt/sources.list.d/kitware.list
61- # RUN apt-get update
62- # RUN apt-get install cmake=${cmake_version}
6351RUN cmake --version
6452
6553
You can’t perform that action at this time.
0 commit comments