Update Dockerfile

Co-authored-by: Michał Żygowski <michal.zygowski@3mdeb.com>
This commit is contained in:
Piotr Król
2025-03-02 23:01:14 +01:00
parent c5abddc0ae
commit 28f6ae9a9c
+1 -1
View File
@@ -45,7 +45,7 @@ RUN git clone https://github.com/wolfSSL/wolfssl.git -b v5.7.0-stable --depth=1
./autogen.sh && \
./configure --libdir /lib/x86_64-linux-gnu/ && \
make
RUN cd wolfssl && make install V=1 > /wolfssl_install.log
RUN cd wolfssl && make install
RUN cd .. && \
rm -rf wolfssl