From f1927b465c97d24bf350a3ecff45c0495209486b Mon Sep 17 00:00:00 2001 From: localhost Date: Fri, 1 Aug 2025 21:09:04 +0300 Subject: [PATCH] stupid stupid stupid --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a38949..e8b18e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM oven/bun:1 AS base RUN mkdir -p /usr/src/preservetube/metadata WORKDIR /usr/src/preservetube/metadata -RUN apk add --no-cache python3 alpine-sdk +RUN apt-get update && apt-get install -y python3 build-essential COPY . /usr/src/preservetube/metadata RUN bun install