Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cpegeric committed Feb 24, 2025
1 parent 3f8e47b commit 0e55204
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions optools/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ RUN apt-get update && apt-get install -y \
curl \
git \
cmake \
libomp-dev \
libcurl4-openssl-dev libgomp1 \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

RUN mkdir -p /go/src/github.com/matrixorigin/matrixone
Expand Down Expand Up @@ -42,7 +40,8 @@ RUN ls /usr/local/lib
RUN apt-get update && \
apt-get install -y libcurl4-openssl-dev libgomp1

RUN /mo-service -h
# Debug purpose - run below command to check shared library not found
# RUN /mo-service -h

WORKDIR /

Expand Down

0 comments on commit 0e55204

Please sign in to comment.