From e9908c2cdee23a2b3c96725495942aa54824a1e4 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 25 Nov 2023 15:40:02 +0100 Subject: [PATCH] fix(ci): maybe (#118) Reviewed-on: https://git.mylloon.fr/ConfrerieDuKassoulait/Botanique/pulls/118 Co-authored-by: Mylloon Co-committed-by: Mylloon --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 513330a..89bf66d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,12 @@ # syntax=docker/dockerfile:1 -FROM node:21.2.0-alpine3.18 +FROM node:21.2.0-alpine3.17 ENV DOCKERIZED=1 RUN mkdir /config RUN chown node:node /config -RUN apk add dumb-init ffmpeg python3 +RUN apk add dumb-init ffmpeg ENV NODE_ENV=production WORKDIR /app @@ -17,7 +17,6 @@ RUN npx tsc RUN rm -r src/ tsconfig.json RUN npm uninstall typescript @types/sqlite3 @types/uuid -RUN apk del python ENV DP_FORCE_YTDL_MOD=youtube-ext