Update Dockerfile

This commit is contained in:
jstan-isch 2023-01-28 16:46:48 -06:00 committed by GitHub
parent b4a2a16aec
commit d59123d720
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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