mirror of
https://github.com/Drakkar-Software/OctoBot.git
synced 2022-03-03 23:52:26 +03:00
[Docker] Remove piwheel urls
This commit is contained in:
@@ -14,7 +14,7 @@ ENV PATH="/opt/venv/bin:$PATH"
|
||||
COPY . .
|
||||
RUN pip install -U setuptools wheel pip>=20.0.0 \
|
||||
&& pip install Cython==0.29.21 \
|
||||
&& pip install --extra-index-url https://www.piwheels.org/simple --prefer-binary -r requirements.txt \
|
||||
&& pip install --prefer-binary -r requirements.txt \
|
||||
&& python setup.py install
|
||||
|
||||
FROM python:3.8-slim-buster
|
||||
|
||||
@@ -8,6 +8,6 @@ ENV CYTHON_IGNORE=true
|
||||
|
||||
COPY dev_requirements.txt .
|
||||
COPY tests tests
|
||||
RUN pip freeze && pip install --extra-index-url https://www.piwheels.org/simple --prefer-binary -r dev_requirements.txt
|
||||
RUN pip freeze && pip install --prefer-binary -r dev_requirements.txt
|
||||
|
||||
ENTRYPOINT ["./tests/docker-entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user