mirror of
https://github.com/yanhao98/docker-example.git
synced 2025-07-13 04:00:47 +08:00
5 lines
67 B
Docker
5 lines
67 B
Docker
FROM alpine
|
|
|
|
RUN set -ex \
|
|
&& apk add --no-cache \
|
|
bash |