Skip to content

Commit

Permalink
Merge pull request #148 from IntelLabs/v2.3.0fix
Browse files Browse the repository at this point in the history
Fix the merge error in the docker file
  • Loading branch information
Ragaad authored Jun 27, 2022
2 parents 280e695 + bf8b3ea commit b62281c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,9 @@ RUN cd / && tar xf 1.3.1.tar.gz && rm 1.3.1.tar.gz && \
../bootstrap --prefix=/usr/local/ && make $BUILD_THREADS && make install-tiledb && \
rm -rf /TileDB-1.3.1

<<<<<<< HEAD

RUN apt-get install -y maven

RUN ln -s /grpc/third_party/protobuf/cmake/build/protoc \
/grpc/third_party/protobuf/src/protoc && \
cd /grpc/third_party/protobuf/java/core && \
mvn package && \
=======
# Maven
RUN ln -s /grpc/third_party/protobuf/cmake/build/protoc /grpc/third_party/protobuf/src/protoc && \
cd /grpc/third_party/protobuf/java/core && mvn package && \
>>>>>>> develop
cp $(ls target/protobuf-java*.jar) /usr/share/java/protobuf.jar

# Valijson
Expand Down

0 comments on commit b62281c

Please sign in to comment.