6 lines
111 B
Text
6 lines
111 B
Text
|
FROM lookshe/mariadb-10.3-build AS build-stage
|
||
|
|
||
|
FROM scratch AS export-stage
|
||
|
COPY --from=build-stage /*.deb .
|
||
|
|