Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Update openssl images
Browse files Browse the repository at this point in the history
  • Loading branch information
harmless-tech committed Dec 7, 2023
1 parent 38d46ce commit e4bb83b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cross-openssl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM ghcr.io/cargo-prebuilt/cross-auditable:$TARGET
ARG TARGET
ARG BUILD_COMBO

ENV OPENSSL_INCLUDE_DIR=$CROSS_SYSROOT/include
ENV OPENSSL_LIB_DIR=$CROSS_SYSROOT/lib
SHELL ["/bin/bash"]

ENV OPENSSL_DIR=$CROSS_SYSROOT

RUN --mount=type=bind,source=openssl,target=/openssl,rw <<EOT
set -euxo pipefail

cd /openssl

case "$CROSS_TOOLCHAIN_PREFIX" in
Expand Down

0 comments on commit e4bb83b

Please sign in to comment.