We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660e893 commit 53c59d5Copy full SHA for 53c59d5
Dockerfile
@@ -32,6 +32,7 @@ RUN apt-get install -y git build-essential libssl-dev cmake wget
32
RUN apt-get install -y autoconf pkgconf libtool liburcu-dev libcap-dev libuv1-dev
33
34
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 -
36
RUN cd openssl-3.4.0 && ./Configure --openssldir=/opt/openssl --prefix=/opt/openssl && make -j$(nproc) && make install
37
38
RUN git clone https://github.com/SIDN/liboqs
0 commit comments