diff --git a/Dockerfile b/Dockerfile index 2b06e0e..64edaf5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM ubuntu:latest WORKDIR /app COPY . /app -RUN sudo apt update && sudo apt install -y curl +RUN apt update && apt install -y curl RUN chmod +x /app/entrypoint.sh