Skip to content

Commit bf8b3ea

Browse files
committed
Fix the merge error in the docker file
1 parent 280e695 commit bf8b3ea

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docker/base/Dockerfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,9 @@ RUN cd / && tar xf 1.3.1.tar.gz && rm 1.3.1.tar.gz && \
6767
../bootstrap --prefix=/usr/local/ && make $BUILD_THREADS && make install-tiledb && \
6868
rm -rf /TileDB-1.3.1
6969

70-
<<<<<<< HEAD
71-
72-
RUN apt-get install -y maven
73-
74-
RUN ln -s /grpc/third_party/protobuf/cmake/build/protoc \
75-
/grpc/third_party/protobuf/src/protoc && \
76-
cd /grpc/third_party/protobuf/java/core && \
77-
mvn package && \
78-
=======
7970
# Maven
8071
RUN ln -s /grpc/third_party/protobuf/cmake/build/protoc /grpc/third_party/protobuf/src/protoc && \
8172
cd /grpc/third_party/protobuf/java/core && mvn package && \
82-
>>>>>>> develop
8373
cp $(ls target/protobuf-java*.jar) /usr/share/java/protobuf.jar
8474

8575
# Valijson

0 commit comments

Comments
 (0)