Skip to content

Commit

Permalink
Include install of pip-tools in the Docker file
Browse files Browse the repository at this point in the history
Co-authored-by: Robbi Bishop-Taylor <[email protected]>
  • Loading branch information
vnewey and robbibt authored Dec 18, 2023
1 parent 2414e43 commit f6fd10d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ RUN apt-get update && \
apt-get autoremove && \
rm -rf /var/lib/{apt,dpkg,cache,log}

# Install pip-tools
RUN pip install pip-tools

# Pip installation
RUN mkdir -p /conf
RUN pip-compile --extra-index-url=https://packages.dea.ga.gov.au/ --output-file=/conf/requirements.txt requirements.in
Expand Down

0 comments on commit f6fd10d

Please sign in to comment.