Add python3-dev and other packages to Dockerfile

This commit is contained in:
Goldy
2025-08-24 00:21:42 +02:00
committed by GitHub
parent 3fad54e8cc
commit 64b061022a
+1 -1
View File
@@ -3,7 +3,7 @@ LABEL name="Comet" \
description="Stremio's fastest torrent/debrid search add-on." \
url="https://github.com/g0ldyy/comet"
RUN apk add --no-cache gcc
RUN apk add --no-cache gcc python3-dev musl-dev linux-headers
WORKDIR /app