diff --git a/Dockerfile b/Dockerfile index ac4b7fed..35fb2273 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /app RUN apt update && apt upgrade -y && apt autoremove -y # Install utilities -RUN apt install curl build-essential python git -y +RUN apt install curl build-essential python3 git -y COPY . ./