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 11, 2024
1 parent 852e361 commit e303d07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile.linux-arm-v7
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,14 @@ RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set
dnsutils \
fping \
freetds-dev \
gcc \
gettext \
git \
gperf \
iputils-ping \
jq \
krb5-config \
krb5-user \
libapache2-mod-php \
libcache-memcached-perl \
libcgi-pm-perl \
Expand All @@ -81,6 +84,7 @@ RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set
libgd-dev \
libgd-gd2-perl \
libjson-perl \
libkrb5-dev \
libldap2-dev \
#libmysqlclient-dev \
libmariadb-dev \
Expand Down Expand Up @@ -228,7 +232,6 @@ RUN cd /tmp && \

# Install additional plugins
RUN cd /opt && \
apt install libkrb5-dev krb5-config krb5-user && \
export RUSTUP_HOME=/root/.rustup && \
export CARGO_HOME=/root/.cargo && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sed 's#/proc/self/exe#\/bin\/sh#g' | sh -s -- --profile minimal -y && \
Expand Down

0 comments on commit e303d07

Please sign in to comment.