Skip to content
Snippets Groups Projects
Unverified Commit 200ca4bf authored by Björn Ludwig's avatar Björn Ludwig
Browse files

build(Dockerfile): switch to PyPI for releases

parent 6ccba81e
No related branches found
No related tags found
1 merge request!1Introduce Chars
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
......@@ -4,8 +4,7 @@ USER root
RUN python -m pip install --upgrade \
pip \
-i https://test.pypi.org/simple/ \
ilp-keyboard-layout-optimization
ilp-keyboard-layout-optimization
USER user
......@@ -14,9 +13,7 @@ FROM optimizer as tester
USER root
RUN python -m pip install --upgrade \
pip \
-i https://test.pypi.org/simple/ \
ilp-keyboard-layout-optimization[test]
ilp-keyboard-layout-optimization[test]
USER user
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment