Skip to content

Commit 166bd9b

Browse files
committed
fix proj tar name
1 parent d612a24 commit 166bd9b

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
@@ -46,7 +46,7 @@ RUN \
4646
# proj
4747
RUN \
4848
wget http://download.osgeo.org/proj/proj-$PROJ_VERSION.tar.gz; \
49-
tar -zvxf $PROJ_VERSION.tar.gz; \
49+
tar -zvxf proj-$PROJ_VERSION.tar.gz; \
5050
cd proj-$PROJ_VERSION; \
5151
./configure --prefix=$PREFIX; \
5252
make; make install; cd ..; \

0 commit comments

Comments
 (0)