Install curl

This commit is contained in:
Joe Becher
2019-08-24 12:37:54 -04:00
committed by GitHub
parent e61b738355
commit 75d10d924b

View File

@@ -5,7 +5,7 @@ FROM ubuntu:latest
WORKDIR /app WORKDIR /app
COPY . /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 RUN chmod +x /app/entrypoint.sh