mirror of
https://github.com/yanhao98/docker-example.git
synced 2025-07-13 04:00:47 +08:00
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM alpine
|
||||
|
||||
RUN set -ex \
|
||||
&& apk add --no-cache \
|
||||
bash
|
Reference in New Issue
Block a user