Update Dockerfile

This commit is contained in:
jstan-isch 2023-01-28 16:54:36 -06:00 committed by GitHub
parent 89d2ac60ae
commit e0ec67aba0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,5 @@
FROM ubuntu:latest FROM alpine:latest
RUN apt-get -y update && apt-get -y install curl RUN apk update && apk add bash curl
ENTRYPOINT [] ENTRYPOINT []
# FROM alpine:latest
# RUN apk update && apk add bash curl
# ENTRYPOINT []