4 lines
72 B
Docker
4 lines
72 B
Docker
FROM scratch
|
|
ADD $FILENAME /
|
|
RUN apk upgrade --no-cache
|
|
CMD ["/bin/sh"]
|