init
This commit is contained in:
commit
3f877cbb27
2 changed files with 59 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM alpine:latest
|
||||
RUN apk add --no-cache curl
|
||||
CMD ["curl", "--version"]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue