summaryrefslogtreecommitdiffstats
path: root/php-7.4-opt/copy.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'php-7.4-opt/copy.Dockerfile')
-rw-r--r--php-7.4-opt/copy.Dockerfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/php-7.4-opt/copy.Dockerfile b/php-7.4-opt/copy.Dockerfile
new file mode 100644
index 0000000..1931ce5
--- /dev/null
+++ b/php-7.4-opt/copy.Dockerfile
@@ -0,0 +1,11 @@
+FROM lookshe/php-7.4-opt-build AS build-stage
+
+FROM scratch AS export-stage
+COPY --from=build-stage /php-7.4.12/php-7.4.12-opt_7.4.12-1_amd64.deb .
+COPY --from=build-stage /libzip-0.11.2/php-7.4.12-opt-libzip_0.11.2-1_amd64.deb .
+COPY --from=build-stage /icu/source/php-7.4.12-opt-icu_1-1_amd64.deb .
+COPY --from=build-stage /oniguruma-6.9.6/php-7.4.12-opt-oniguruma_6.9.6-1_amd64.deb .
+COPY --from=build-stage /libgd-2.1.1/php-7.4.12-opt-libgd_2.1.1-1_amd64.deb .
+COPY --from=build-stage /libjpeg-turbo-2.0.6/build/php-7.4.12-opt-libjpeg-turbo_1-1_amd64.deb .
+COPY --from=build-stage /krb5-1.17.2/src/php-7.4.12-opt-krb5_1-1_amd64.deb .
+