mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-11 14:36:44 +03:00
Update Dockerfile
This commit is contained in:
@@ -1,12 +1,9 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM python:3.10-bullseye
|
FROM python:3.10-bullseye-slim
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN apk update && \
|
|
||||||
apk add build-base
|
|
||||||
|
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user