diff --git a/Dockerfile b/Dockerfile index bf054bb..4233aa3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,8 @@ WORKDIR /app # necessary for some of the npm packages RUN apt-get update && apt-get install -y \ - python3 \ + python3.10 \ + python3-pip \ make \ g++ \ git