We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc34efb commit 1eac92bCopy full SHA for 1eac92b
dkroutingtool/Dockerfile.dev
@@ -20,7 +20,7 @@ ARG osm_filename_arg
20
21
ENV osm_filename $osm_filename_arg
22
23
-RUN wget --no-check-certificate $osm_download_url
+RUN wget -O "$osm_filename_arg.osm.pbf" --no-check-certificate $osm_download_url
24
25
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-py37_4.8.3-Linux-x86_64.sh
26
@@ -100,4 +100,4 @@ COPY src src
100
101
ENV PYTHONPATH "${PYTHONPATH}:./py-lib:/src/python"
102
103
-CMD ["/opt/conda/bin/python", "src/py/main_application.py", "--local"]
+CMD ["/opt/conda/bin/python", "src/py/main_application.py", "--local"]
0 commit comments