Skip to content

Commit

Permalink
Merge pull request #30 from laudio/pip-upgrade
Browse files Browse the repository at this point in the history
Upgrade pip before installing dependencies
  • Loading branch information
mesaugat authored Nov 25, 2019
2 parents 82b2b75 + eddb77c commit 428dc03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN \
sed 's/Driver=psql/Driver=\/usr\/lib\/x86_64-linux-gnu\/odbc\/psql/' /etc/odbcinst.ini > /tmp/temp.ini && \
mv -f /tmp/temp.ini /etc/odbcinst.ini && \
# Install dependencies
pip install --upgrade pip && \
pip install -r requirements.txt && rm requirements.txt && \
# Cleanup build dependencies
apt-get remove -y curl apt-transport-https debconf-utils g++ gcc rsync unixodbc-dev build-essential gnupg2 && \
Expand Down

0 comments on commit 428dc03

Please sign in to comment.