Skip to content

Commit

Permalink
added pip install --requirement since it is was removed from bin/boot…
Browse files Browse the repository at this point in the history
…strap.sh
  • Loading branch information
crosenth committed Jun 26, 2024
1 parent b7c0d20 commit fa7c134
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ COPY deenurp.py setup.py requirements.txt /usr/local/share/deenurp/
RUN cd /usr/local/share/deenurp/ && \
PYTHON=/usr/local/bin/python3 \
DEENURP=/usr/local/share/deenurp/ \
bin/bootstrap.sh /usr/local/
bin/bootstrap.sh /usr/local/ \
pip install --upgrade --requirement requirements.txt

# clean up sources apt packages
RUN rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit fa7c134

Please sign in to comment.