Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cmason3 authored Sep 22, 2023
1 parent ab357e7 commit ee3b211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends git; \

python3 -m venv --copies /opt/jinjafx; \
python3 -m venv /opt/jinjafx; \
/opt/jinjafx/bin/python3 -m pip install --upgrade git+https://github.com/cmason3/jinjafx_server.git@${BRANCH} lxml; \
/opt/jinjafx/bin/python3 -m pip uninstall -y pip

Expand Down

0 comments on commit ee3b211

Please sign in to comment.