Skip to content

Commit

Permalink
Remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
tronyx committed Jun 12, 2024
1 parent 44c4ff4 commit ef691b1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Dockerfile.linux-arm-v7
Original file line number Diff line number Diff line change
Expand Up @@ -236,13 +236,6 @@ RUN cd /opt && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sed 's#/proc/self/exe#\/bin\/sh#g' | sh -s -- --profile minimal -y && \
. "/root/.cargo/env" && \
export PATH="/root/.cargo/bin:$PATH" && \
#wget -q -O get-pip.py https://bootstrap.pypa.io/pip/2.7/get-pip.py && \
#wget -q https://bootstrap.pypa.io/get-pip.py && \
#python2 get-pip.py && \
#python3 get-pip.py && \
#echo "Cython==0.29.35" >> constraints.txt && \
#export PIP_CONSTRAINT="$(pwd)/constraints.txt" && \
#pip install --no-cache-dir "pymssql<2.2.0" && \
#python3 -m venv .venv && \
#. .venv/bin/activate && \
pip3 install --break-system-packages --no-cache-dir pymssql && \
Expand Down

0 comments on commit ef691b1

Please sign in to comment.