Skip to content

Commit facdb6b

Browse files
committed
修复postgis编译
1 parent c95c961 commit facdb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN apt-get update && \
3030
FROM builder as postgis-source
3131
# Download and extract
3232
ARG postgis_release
33-
ADD "https://download.osgeo.org/postgis/source/postgis-${postgis_release}.tar.gz$" \
33+
ADD "https://download.osgeo.org/postgis/source/postgis-${postgis_release}.tar.gz" \
3434
/tmp/postgis.tar.gz
3535
RUN tar -xvf /tmp/postgis.tar.gz -C /tmp && \
3636
rm -rf /tmp/postgis.tar.gz

0 commit comments

Comments
 (0)