Install curl

This commit is contained in:
Joe Becher 2019-08-24 12:37:54 -04:00 committed by GitHub
parent e61b738355
commit 75d10d924b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ FROM ubuntu:latest
WORKDIR /app
COPY . /app
# RUN apk add --no-cache curl bash git
RUN sudo apt update && sudo apt install -y curl
RUN chmod +x /app/entrypoint.sh