Skip to content

Commit

Permalink
Merge pull request #180 from BritishGeologicalSurvey/docker-build-fix
Browse files Browse the repository at this point in the history
Update pip to fix psycopg2 install
  • Loading branch information
volcan01010 authored Aug 23, 2023
2 parents 1bcb912 + 88cec92 commit f570dd5
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 @@ -26,6 +26,7 @@ RUN mkdir etlhelper

# Install requirements
COPY requirements.txt $APP/
RUN pip install --upgrade pip
RUN pip install -r requirements.txt

# Copy app files to container
Expand Down

0 comments on commit f570dd5

Please sign in to comment.