diff --git a/local/Dockerfile b/local/Dockerfile index 2149030..2f402aa 100644 --- a/local/Dockerfile +++ b/local/Dockerfile @@ -1,6 +1,6 @@ FROM node:21-bullseye AS comfy_deploy -RUN apt-get update && apt-get install -y python3 make g++ && rm -rf /var/lib/apt/lists/* +RUN apt-get update && apt-get install -y python3 make g++ RUN npm install -g bun