From 1261bcc70382b588c402b8d0740ecfcc77dd1b36 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Fri, 1 Sep 2023 14:22:04 +0200 Subject: Move installed packages to /opt/spm/ --- OpenSSL/3.1.1-minimal/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSSL') 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 \ -- cgit v1.2.3