reduce down to one layer
Build Docker images / push-image (push) Failing after 1m44s Details

This commit is contained in:
minish 2024-07-10 00:28:01 -04:00
parent 26b6e9c3b7
commit 6aa9a42b5d
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@ FROM node:18-bookworm
ENV NODE_ENV=production ENV NODE_ENV=production
RUN apt-get update RUN apt-get update
RUN apt-get install -y ffmpeg RUN apt-get install -y ffmpeg && yt-dlp
RUN apt-get install -y yt-dlp
WORKDIR /app WORKDIR /app