Skip to content

Commit f244dc7

Browse files
committed
fix: dependencies of dev docker image
1 parent 2b53a0e commit f244dc7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

contrib/docker/DockerFile.dev

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ COPY contrib/deb.oxen.io.gpg /etc/apt/trusted.gpg.d/oxen.gpg
1414
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
1515
RUN cat /etc/apt/sources.list.d/oxen.list
1616
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 \
1818
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
2120

2221
# just add an alias to the pysogs-start command
2322
RUN echo '#!/bin/bash\nuwsgi contrib/docker/uwsgi-sogs-docker.ini' > /usr/bin/start-sogs-uwsgi && \

0 commit comments

Comments
 (0)