Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Jul 4, 2023
1 parent ded2415 commit 05c95ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone-test/py37-node12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN <<EOT
apt install -y python3.7-dev python3.7-venv python3-pip
apt install -y nodejs
npm install -g yarn
pip3 install -U "pip==${PIP_VERSION}}"
pip3 install -U "pip==${PIP_VERSION}"
ln -s /usr/bin/pip3 /usr/bin/pip
EOT

Expand Down

0 comments on commit 05c95ab

Please sign in to comment.