File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
106106ADD https://raw.githubusercontent.com/glw/docker_python3_opencv_exiv2/master/tiff_2_jpg_convert.py /data
107107ADD https://raw.githubusercontent.com/glw/docker_python3_opencv_exiv2/master/write_colormap_file.py /data
108108
109- CMD ["/bin/bash" ]
109+ CMD ["/bin/bash" ]
You can’t perform that action at this time.
0 commit comments