Commit 1d0ac6a0 authored by itouch5000's avatar itouch5000
Browse files

add pypi environment variables

parent 094ad976
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -4,10 +4,14 @@ SHELL ["/bin/bash", "-i", "-c"]
ARG PYTHON_VERSION=3.6.6
ARG PYINSTALLER_VERSION=3.4

ENV PYPI_URL=https://pypi.python.org/
ENV PYPI_INDEX_URL=https://pypi.python.org/simple

COPY entrypoint.sh /entrypoint.sh

RUN \
    # update system
RUN apt-get update \
    apt-get update \
    # install requirements
    && apt-get install -y --no-install-recommends \
        build-essential \