From b26d4a324547b034cd09be0d6301d5bf6aa9c4c9 Mon Sep 17 00:00:00 2001 From: tkl Date: Wed, 8 Jan 2020 11:51:11 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2771720..e69ab0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,8 @@ 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 RUN pip install --upgrade pip -RUN pip install cython geopy gpxpy matplotlib numpy pandas +RUN pip install cython +RUN pip install geopy gpxpy matplotlib numpy pandas RUN git clone https://git.blackfinn.de/python/bicycle-statistics.git RUN cd bicycle-statistics && python setup.py install