Skip to content

Commit 7cad401

Browse files
authored
Merge pull request #243 from hpuhr/v0.7.1_fixes
V0.7.1 fixes
2 parents 16d6ded + 4f35fc6 commit 7cad401

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/Dockerfile_ub14

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
138138
RUN unzip protobuf-cpp-3.19.1.zip
139139
RUN cd protobuf-3.19.1 && ./autogen.sh
140140
RUN 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
143143
RUN cd protobuf-3.19.1 && make install
144144
RUN cd protobuf-3.19.1 && ldconfig # refresh shared library cache.
145145

0 commit comments

Comments
 (0)