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
...@@ -4,8 +4,7 @@ USER root ...@@ -4,8 +4,7 @@ USER root
RUN python -m pip install --upgrade \ RUN python -m pip install --upgrade \
pip \ pip \
-i https://test.pypi.org/simple/ \ ilp-keyboard-layout-optimization
ilp-keyboard-layout-optimization
USER user USER user
...@@ -14,9 +13,7 @@ FROM optimizer as tester ...@@ -14,9 +13,7 @@ FROM optimizer as tester
USER root USER root
RUN python -m pip install --upgrade \ RUN python -m pip install --upgrade \
pip \ ilp-keyboard-layout-optimization[test]
-i https://test.pypi.org/simple/ \
ilp-keyboard-layout-optimization[test]
USER user 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