Skip to content

Commit

Permalink
Remove escape
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 3, 2021
1 parent 99bf142 commit a6dae3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ENV APACHE_CONFDIR=/etc/apache2 \
LANG=C \
TERM=linux \
MS_MAPFILE=/etc/mapserver/mapserver.map \
MS_MAP_PATTERN=^\\/etc\\/mapserver\\/([^\\.][_A-Za-z0-9\\-\\.]+\\/{1})*([_A-Za-z0-9\\-\\.]+\\.map)$
MS_MAP_PATTERN=^\\/etc\\/mapserver\\/([^\\.][-_A-Za-z0-9\\.]+\\/{1})*([-_A-Za-z0-9\\.]+\\.map)$

RUN apt update && \
apt upgrade --assume-yes && \
Expand Down

0 comments on commit a6dae3c

Please sign in to comment.