Create Dockerfile

This commit is contained in:
jstan-isch 2023-01-28 14:36:22 -06:00 committed by GitHub
parent 2d1dfaebb6
commit 21c2c62343
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.github/curl/Dockerfile vendored Normal file
View file

@ -0,0 +1,5 @@
FROM alpine:latest
RUN app update && apk add curl
ENTRYPOINT []