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