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 0234e2b commit 36389c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile.linux-arm-v7
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ RUN cd /opt && \
python3 -m venv .venv && \
. .venv/bin/activate && \
#pip3 install --break-system-packages --no-cache-dir pymssql && \
pip3 install --no-cache-dir krb5 pymssql && \
apt install libkrb5-dev krb5-config krb5-user && \
pip3 install --no-cache-dir 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 Expand Up @@ -352,7 +353,7 @@ RUN echo "ServerName ${NAGIOS_FQDN}" > /etc/apache2/conf-available/servername.co

# Cleanup
# Remove unecessary packages after install/setup are complete
RUN apt-get -qq -y remove software-properties-common && \
RUN apt-get -qq -y remove software-properties-common libkrb5-dev krb5-config krb5-user && \
apt-get -qq -y autoremove && \
# Remove dirs from git clones, cache, rustup, etc.
rm -rf /root/.cache \
Expand Down

0 comments on commit 36389c5

Please sign in to comment.