We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee5a8f commit 6100feaCopy full SHA for 6100fea
.docker/everest-chomolungma/Dockerfile
@@ -113,12 +113,14 @@ RUN git submodule update --init
113
WORKDIR openssl
114
RUN ./config no-asm
115
RUN make
116
+ENV OPENSSL_HOME ${MYHOME}/everest/hacl-star/other_providers/openssl
117
WORKDIR ../libsodium
118
RUN ./autogen.sh
119
RUN ./configure --disable-asm --enable-opt
120
121
RUN sudo make install
122
ENV LD_LIBRARY_PATH "/usr/local/lib"
123
+ENV LIBSODIUM_HOME /usr/local
124
125
# Set the final directory entrypoint
126
WORKDIR ${MYHOME}/everest
0 commit comments