mirror of
https://github.com/yanhao98/docker-example.git
synced 2025-09-18 11:27:02 +08:00
first commit
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