summaryrefslogtreecommitdiff
path: root/OpenSSL
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSSL')
-rw-r--r--OpenSSL/3.1.1-minimal/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSSL/3.1.1-minimal/Dockerfile b/OpenSSL/3.1.1-minimal/Dockerfile
index 1cae3bc..b99eb8d 100644
--- a/OpenSSL/3.1.1-minimal/Dockerfile
+++ b/OpenSSL/3.1.1-minimal/Dockerfile
@@ -6,7 +6,7 @@ RUN apk update && apk add \
musl-dev \
linux-headers \
perl
-ARG PREFIX=/install/openssl-3.1.1
+ARG PREFIX=/opt/spm/openssl-3.1.1
RUN git clone --depth 1 -b openssl-3.1.1 git://git.openssl.org/openssl.git
WORKDIR /openssl
RUN ./config -ffunction-sections -fdata-sections \