mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-06 20:06:44 +03:00
Update Dockerfile
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
FROM python:3.10-bullseye AS compile-image
|
FROM python:3.10-bullseye AS compile-image
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends build-essential gcc
|
apt-get install -y --no-install-recommends build-essential gcc rustc
|
||||||
|
|
||||||
RUN python -m venv /opt/venv
|
RUN python -m venv /opt/venv
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user