You've already forked dasharo-sdk
mirror of
https://github.com/Dasharo/dasharo-sdk.git
synced 2026-06-13 10:16:28 -07:00
Dockerfile: build and install WolfSSL
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
This commit is contained in:
committed by
Maciej Pijanowski
parent
61163027a9
commit
caeb724831
@@ -46,6 +46,14 @@ RUN git clone https://github.com/coreboot/coreboot.git && \
|
||||
unset USE_FLASHROM && \
|
||||
rm -rf tests build
|
||||
|
||||
|
||||
RUN git clone https://github.com/wolfSSL/wolfssl.git -b v5.7.0-stable --depth=1 && \
|
||||
cd wolfssl && \
|
||||
./autogen.sh && \
|
||||
./configure --libdir /lib/x86_64-linux-gnu/ && \
|
||||
make && \
|
||||
make install
|
||||
|
||||
# Needed for vboot futility to sign images with VBOOT_CBFS_INTEGRATION
|
||||
ENV CBFSTOOL=/usr/local/bin/cbfstool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user