This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Os layer | |
FROM python:3.7-alpine AS os | |
# minimal | |
FROM scratch AS minimal | |
COPY --from=os /usr/local /usr/local | |
COPY --from=os /lib/ld-musl-x86_64.so.1 /lib/ld-musl-x86_64.so.1 | |
COPY --from=os /lib/libz.so.1 /lib/libz.so.1 | |
COPY --from=os /usr/lib/libsqlite3.so.0 /usr/lib/libsqlite3.so.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
•_•) | |
( •_•)>⌐■-■ | |
(⌐■_■) |