Skip to content

Commit 53c59d5

Browse files
committed
Verify checksum of file downloaded from the Internet
1 parent 660e893 commit 53c59d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN apt-get install -y git build-essential libssl-dev cmake wget
3232
RUN apt-get install -y autoconf pkgconf libtool liburcu-dev libcap-dev libuv1-dev
3333

3434
RUN wget https://github.com/openssl/openssl/releases/download/openssl-3.4.0/openssl-3.4.0.tar.gz && tar xzf openssl-3.4.0.tar.gz
35+
RUN echo "e15dda82fe2fe8139dc2ac21a36d4ca01d5313c75f99f46c4e8a27709b7294bf openssl-3.4.0.tar.gz" | sha256sum -c -
3536
RUN cd openssl-3.4.0 && ./Configure --openssldir=/opt/openssl --prefix=/opt/openssl && make -j$(nproc) && make install
3637

3738
RUN git clone https://github.com/SIDN/liboqs

0 commit comments

Comments
 (0)