Skip to content

Commit

Permalink
Don't use static build for Dockerfile (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
systemed authored Nov 3, 2023
1 parent 3775c30 commit ec950c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ COPY include /include

WORKDIR /build

RUN cmake -DTILEMAKER_BUILD_STATIC=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++ ..
RUN cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++ ..
RUN cmake --build .
RUN strip tilemaker

Expand Down

0 comments on commit ec950c9

Please sign in to comment.