Skip to content

Commit c82ca92

Browse files
committed
minor update to fix dockerfile error
1 parent e0fb341 commit c82ca92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN tar -xf gdal-${GDAL_VERSION}.tar.xz \
4444
&& ./configure --with-python --with-geos --with-geotiff --with-jpeg \
4545
&& make && make install && ldconfig \
4646
&& apt-get update -y \
47-
&& apt-get remove -y --purge build-essential
47+
&& apt-get remove -y --purge build-essential \
4848
#&& cd $ROOTDIR && cd src/gdal-${GDAL_VERSION}/swig/python \
4949
#&& python3 setup.py build \
5050
#&& python3 setup.py install \
@@ -106,4 +106,4 @@ ADD https://raw.githubusercontent.com/glw/docker_python3_opencv_exiv2/master/NDV
106106
ADD https://raw.githubusercontent.com/glw/docker_python3_opencv_exiv2/master/tiff_2_jpg_convert.py /data
107107
ADD https://raw.githubusercontent.com/glw/docker_python3_opencv_exiv2/master/write_colormap_file.py /data
108108

109-
CMD ["/bin/bash"]
109+
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)