Files
docker-example/Dockerfile
2024-10-08 16:03:53 +08:00

5 lines
67 B
Docker

FROM alpine
RUN set -ex \
&& apk add --no-cache \
bash