remove apt deletion

This commit is contained in:
webcoderz 2024-04-10 22:55:05 -04:00
parent 2bcc71d24c
commit 12175b3955

View File

@ -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