Skip to content

Commit 090b566

Browse files
committed
removing fixed version of psycopg2-binary in Dockerfile
1 parent aa749c7 commit 090b566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ USER oioioi
5656
ENV PATH $PATH:/home/oioioi/.local/bin/
5757

5858
ENV BERKELEYDB_DIR /usr
59-
RUN pip3 install --user psycopg2-binary==2.9.5 twisted uwsgi
59+
RUN pip3 install --user psycopg2-binary twisted uwsgi
6060
RUN pip3 install --user bsddb3==6.2.7
6161

6262
WORKDIR /sio2/oioioi

0 commit comments

Comments
 (0)