aboutsummaryrefslogtreecommitdiff
path: root/Containerfile
diff options
context:
space:
mode:
authorLuca Matei Pintilie <luca@lucamatei.com>2024-08-04 13:53:42 +0000
committerLuca Matei Pintilie <luca@lucamatei.com>2024-08-04 13:53:42 +0000
commitacfbb761379f6f27a1c4740b74ba6758942780fc (patch)
treeb96cb8178531af401f6e73124e2c0350e48427fd /Containerfile
parenta739140c048d8dc8222fe529fd35019319c6f3ed (diff)
downloadsteve-bot-acfbb761379f6f27a1c4740b74ba6758942780fc.tar
steve-bot-acfbb761379f6f27a1c4740b74ba6758942780fc.tar.gz
steve-bot-acfbb761379f6f27a1c4740b74ba6758942780fc.tar.bz2
steve-bot-acfbb761379f6f27a1c4740b74ba6758942780fc.tar.lz
steve-bot-acfbb761379f6f27a1c4740b74ba6758942780fc.tar.xz
steve-bot-acfbb761379f6f27a1c4740b74ba6758942780fc.tar.zst
steve-bot-acfbb761379f6f27a1c4740b74ba6758942780fc.zip
Containerfile: remove support for trans.py
Diffstat (limited to 'Containerfile')
-rw-r--r--Containerfile11
1 files changed, 9 insertions, 2 deletions
diff --git a/Containerfile b/Containerfile
index 44b2cd4..61947e2 100644
--- a/Containerfile
+++ b/Containerfile
@@ -20,7 +20,14 @@ RUN xbps-install -Suy && xbps-install -y \
python3-pynacl \
python3-requests \
python3-six \
- python3-virtualenv \
+ python3-pysocks \
+ python3-trio-websocket \
+ python3-wsproto \
+ python3-sniffio \
+ python3-outcome \
+ python3-h11 \
+ python3-pathlib2 \
+ python3-urllib3 \
yt-dlp \
ffmpeg6
@@ -32,7 +39,7 @@ RUN xbps-install -Suy && xbps-install -y \
WORKDIR /app
-RUN virtualenv --system-site-packages venv
+RUN python -m venv --system-site-packages venv
ADD requirements.txt requirements.txt
RUN venv/bin/pip install -r requirements.txt