Update Dockerfile

This commit is contained in:
jstan-isch 2023-01-28 16:18:38 -06:00 committed by GitHub
parent f1a862ab3e
commit 357855d434
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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