stupid stupid stupid
This commit is contained in:
parent
762d351f25
commit
f1927b465c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue