diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-09-01 14:22:04 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-09-01 14:45:07 +0200 |
| commit | 1261bcc70382b588c402b8d0740ecfcc77dd1b36 (patch) | |
| tree | 2dfe964992f28adab749d49ce6e169979ea70eaf /OpenSSL | |
| parent | fc84651ae8360dfd53b8f8e70269c1f722e5eed0 (diff) | |
| download | spm-packages-1261bcc70382b588c402b8d0740ecfcc77dd1b36.tar.gz | |
Move installed packages to /opt/spm/
Diffstat (limited to 'OpenSSL')
| -rw-r--r-- | OpenSSL/3.1.1-minimal/Dockerfile | 2 |
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 \ |
