Skip to content

Commit 4e5c4ea

Browse files
author
Rui Yang
committed
add flag to allow make with newer OpenSSL in alpine
Signed-off-by: Rui Yang <ruiya@vmware.com>
1 parent 5f77e61 commit 4e5c4ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dockerfiles/alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN git config --global protocol.file.allow "always"
3737
ADD assets/ /opt/resource/
3838
RUN chmod +x /opt/resource/*
3939

40+
ENV CXXFLAGS -DOPENSSL_API_COMPAT=0x30000000L
4041
ADD scripts/install_git_crypt.sh install_git_crypt.sh
4142
RUN ./install_git_crypt.sh && rm ./install_git_crypt.sh
4243

0 commit comments

Comments
 (0)