alpine-edge/Dockerfile
2025-07-27 23:01:12 +02:00

4 lines
72 B
Docker

FROM scratch
ADD $FILENAME /
RUN apk upgrade --no-cache
CMD ["/bin/sh"]