Skip to content

Commit

Permalink
Enable cgimap
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Sep 14, 2023
1 parent 837ceaa commit c289cff
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions images/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ RUN apt-get update && apt-get -y install libpqxx-dev libfcgi-dev zlib1g-dev \
rm -rf /var/lib/apt/lists/*

# Install cgimap
# ENV cgimap /tmp/openstreetmap-cgimap
# ENV CGIMAP_GITSHA=5cd3d21bebe9d205828608be4c65bbda8b464308
# RUN git clone -b master https://github.com/zerebubuth/openstreetmap-cgimap.git $cgimap
# RUN cd $cgimap && git checkout $CGIMAP_GITSHA
# RUN cd $cgimap && \
# ./autogen.sh && \
# ./configure && \
# make && \
# make install
ENV cgimap /tmp/openstreetmap-cgimap
ENV CGIMAP_GITSHA=5cd3d21bebe9d205828608be4c65bbda8b464308
RUN git clone -b master https://github.com/zerebubuth/openstreetmap-cgimap.git $cgimap
RUN cd $cgimap && git checkout $CGIMAP_GITSHA
RUN cd $cgimap && \
./autogen.sh && \
./configure && \
make && \
make install

# Install svgo required
RUN npm install -g svgo
Expand Down

0 comments on commit c289cff

Please sign in to comment.