Update 'Dockerfile'
This commit is contained in:
parent
2d8833a8c5
commit
c681b9682a
@ -7,7 +7,7 @@ RUN apk add --update --no-cache python3 python3-dev git build-base freetype-dev
|
|||||||
if [ ! -e /usr/bin/pip ]; then ln -f /usr/bin/pip3 /usr/bin/pip ; fi
|
if [ ! -e /usr/bin/pip ]; then ln -f /usr/bin/pip3 /usr/bin/pip ; fi
|
||||||
|
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
RUN pip install geopy gpxpy matplotlib numpy pandas
|
RUN pip install cython geopy gpxpy matplotlib numpy pandas
|
||||||
|
|
||||||
RUN git clone https://git.blackfinn.de/python/bicycle-statistics.git
|
RUN git clone https://git.blackfinn.de/python/bicycle-statistics.git
|
||||||
RUN cd bicycle-statistics && python setup.py install
|
RUN cd bicycle-statistics && python setup.py install
|
||||||
|
Loading…
Reference in New Issue
Block a user