Skip to content

Commit 45880f0

Browse files
committed
WIP
1 parent 030ec56 commit 45880f0

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

build-linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

build-raspberrypi/Dockerfile

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff 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-
4540
ARG cmake_version=3.31.10
4641
WORKDIR ${WORK_DIR}
4742
RUN 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
5348
WORKDIR ${WORK_DIR}
5449
RUN 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}
6351
RUN cmake --version
6452

6553

0 commit comments

Comments
 (0)