File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,9 @@ COPY contrib/deb.oxen.io.gpg /etc/apt/trusted.gpg.d/oxen.gpg
14
14
RUN echo "deb https://deb.oxen.io $(cat /etc/os-release | grep VERSION_CODENAME | cut -d "=" -f2) main" > /etc/apt/sources.list.d/oxen.list
15
15
RUN cat /etc/apt/sources.list.d/oxen.list
16
16
RUN apt-get update
17
- RUN apt -y install python3-oxenmq python3-oxenc python3-pyonionreq python3-coloredlogs python3-uwsgidecorators python3-flask \
17
+ RUN apt -y install git vim python3-oxenmq python3-oxenc python3-pyonionreq python3-coloredlogs python3-uwsgidecorators python3-flask \
18
18
python3-cryptography python3-nacl python3-pil python3-protobuf python3-openssl python3-qrencode python3-better-profanity \
19
- python3-sqlalchemy python3-sqlalchemy-utils uwsgi-plugin-python3
20
-
19
+ python3-sqlalchemy python3-sqlalchemy-utils uwsgi-plugin-python3 python3-pytest python3-pycryptodome python3-qrcode
21
20
22
21
# just add an alias to the pysogs-start command
23
22
RUN echo '#!/bin/bash\nuwsgi contrib/docker/uwsgi-sogs-docker.ini' > /usr/bin/start-sogs-uwsgi && \
You can’t perform that action at this time.
0 commit comments