mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-06 03:46:44 +03:00
Update Dockerfile
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
FROM python:3.10-bullseye AS compile-image
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user