Update Dockerfile

This commit is contained in:
jstan-isch 2023-01-28 15:11:16 -06:00 committed by GitHub
parent 46483ec39e
commit c46943ef7c
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 app update && apk add curl RUN apk update && apk add curl
ENTRYPOINT [] ENTRYPOINT []