summaryrefslogtreecommitdiff
path: root/OpenSSL
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-09-01 14:22:04 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-09-01 14:45:07 +0200
commit1261bcc70382b588c402b8d0740ecfcc77dd1b36 (patch)
tree2dfe964992f28adab749d49ce6e169979ea70eaf /OpenSSL
parentfc84651ae8360dfd53b8f8e70269c1f722e5eed0 (diff)
downloadspm-packages-1261bcc70382b588c402b8d0740ecfcc77dd1b36.tar.gz
Move installed packages to /opt/spm/
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 \