Skip to content

Commit

Permalink
Trying to get PyMssql to install
Browse files Browse the repository at this point in the history
  • Loading branch information
tronyx committed Jun 10, 2024
1 parent baf71d9 commit 0234e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.linux-arm-v7
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ RUN cd /opt && \
python3 -m venv .venv && \
. .venv/bin/activate && \
#pip3 install --break-system-packages --no-cache-dir pymssql && \
pip3 install --no-cache-dir pymssql && \
pip3 install --no-cache-dir krb5 pymssql && \
#pip3 install --break-system-packages --no-cache-dir --find-links https://wheel-index.linuxserver.io/ubuntu/ pywbem paramiko pplogger paho-mqtt && \
pip3 install --no-cache-dir --find-links https://wheel-index.linuxserver.io/ubuntu/ pywbem paramiko pplogger paho-mqtt && \
#pip3 install --break-system-packages --no-cache-dir --find-links https://wheel-index.linuxserver.io/ubuntu/ --upgrade requests && \
Expand Down

0 comments on commit 0234e2b

Please sign in to comment.