Skip to content

Commit

Permalink
Freeze sql alchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
f1nality committed May 6, 2021
1 parent d9eb4b9 commit 37b5e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -17,7 +17,7 @@ RUN apk add --no-cache \
libffi-dev>=3.2.1-r6

#RUN addgroup -S jet && adduser -S -G jet jet
RUN pip install psycopg2==2.8.4 mysqlclient==1.4.6 pyodbc==4.0.30 GeoAlchemy2==0.6.2 Shapely==1.6.4 cryptography==3.3.1
RUN pip install psycopg2==2.8.4 mysqlclient==1.4.6 pyodbc==4.0.30 GeoAlchemy2==0.6.2 Shapely==1.6.4 cryptography==3.3.1 SQLAlchemy==1.4.13
RUN printf "[FreeTDS]\nDescription=FreeTDS Driver\nDriver=/usr/lib/libtdsodbc.so\n" > /etc/odbcinst.ini

COPY packages /packages
Expand Down

0 comments on commit 37b5e19

Please sign in to comment.