Skip to content

Commit

Permalink
Set cgimap before remove basic auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Sep 24, 2024
1 parent b8ba1a3 commit e2484e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ RUN apt-get update && apt-get -y install libxml2-dev libpqxx-dev libfcgi-dev zl
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Install cgimap
# Install cgimap, before remove basic auth
ENV cgimap /openstreetmap-cgimap
ENV CGIMAP_GITSHA=v2.0.1
ENV CGIMAP_GITSHA=26cd7fa10affe5dbd13dbe16de34421059f53f18
RUN git clone -b master https://github.com/zerebubuth/openstreetmap-cgimap.git $cgimap \
&& cd $cgimap \
&& git checkout $CGIMAP_GITSHA \
Expand Down

0 comments on commit e2484e4

Please sign in to comment.