Update Dockerfile

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

View file

@ -1,6 +1,6 @@
FROM ubuntu:latest FROM ubuntu:latest
RUN pt-get -y update && apt-get -y install curl RUN apt-get -y update && apt-get -y install curl
ENTRYPOINT [] ENTRYPOINT []