diff --git a/Dockerfile b/Dockerfile index 953497f..0f0d82f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ENV NODE_VERSION=v20.19.0 ENV NODE_ENV=production # install build deps -RUN apt-get update && apt-get install -y python3 make cmake gcc g++ +#RUN apt-get update && apt-get install -y python3 make cmake gcc g++ # install node RUN apt-get update && apt-get install -y wget xz-utils