Skip to content

Commit

Permalink
Update path for cgimap
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Sep 24, 2024
1 parent 155feac commit b8ba1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apt-get update && apt-get -y install libxml2-dev libpqxx-dev libfcgi-dev zl
rm -rf /var/lib/apt/lists/*

# Install cgimap
ENV cgimap /tmp/openstreetmap-cgimap
ENV cgimap /openstreetmap-cgimap
ENV CGIMAP_GITSHA=v2.0.1
RUN git clone -b master https://github.com/zerebubuth/openstreetmap-cgimap.git $cgimap \
&& cd $cgimap \
Expand Down

0 comments on commit b8ba1a3

Please sign in to comment.