summaryrefslogtreecommitdiffstats
path: root/mariadb-10.3/copy.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'mariadb-10.3/copy.Dockerfile')
-rw-r--r--mariadb-10.3/copy.Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/mariadb-10.3/copy.Dockerfile b/mariadb-10.3/copy.Dockerfile
new file mode 100644
index 0000000..0e68188
--- /dev/null
+++ b/mariadb-10.3/copy.Dockerfile
@@ -0,0 +1,5 @@
+FROM lookshe/mariadb-10.3-build AS build-stage
+
+FROM scratch AS export-stage
+COPY --from=build-stage /*.deb .
+