File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ ENV QTLIBDIR="${QTDIR}/gcc_64/"
102102#RUN cd OpenSceneGraph-OpenSceneGraph-3.4.1/build && make -j 16
103103#RUN cd OpenSceneGraph-OpenSceneGraph-3.4.1/build && make install
104104
105- RUN add-apt-repository ppa:ubuntugis/ppa
106- RUN apt-get update
105+ # RUN add-apt-repository ppa:ubuntugis/ppa
106+ # RUN apt-get update
107107#RUN sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
108108#RUN apt-get update && apt-get --only-upgrade install libgdal-dev -y
109109#RUN ls /usr/share/gdal
@@ -138,8 +138,8 @@ RUN wget https://github.com/protocolbuffers/protobuf/releases/download/v3.19.1/p
138138RUN unzip protobuf-cpp-3.19.1.zip
139139RUN cd protobuf-3.19.1 && ./autogen.sh
140140RUN cd protobuf-3.19.1 && ./configure
141- RUN cd protobuf-3.19.1 && make
142- RUN cd protobuf-3.19.1 && make check
141+ RUN cd protobuf-3.19.1 && make -j 16
142+ # RUN cd protobuf-3.19.1 && make check
143143RUN cd protobuf-3.19.1 && make install
144144RUN cd protobuf-3.19.1 && ldconfig # refresh shared library cache.
145145
You can’t perform that action at this time.
0 commit comments