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