Skip to content

Commit

Permalink
Remove pip uninstall command
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel authored Sep 12, 2023
1 parent d653e17 commit 6a15ed5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion images/osmcha-web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ RUN pip3 install -r requirements/production.txt
RUN pip3 install -r requirements/local.txt

# Replace social-auth-core by a modified version that provides OHM authentication
RUN pip3 uninstall social-auth-core
RUN pip3 install git+https://github.com/OpenHistoricalMap/social-core.git@master

# Upgrading requests to the latest version.
Expand Down

0 comments on commit 6a15ed5

Please sign in to comment.