Skip to content

Commit

Permalink
removed old version of zmq
Browse files Browse the repository at this point in the history
  • Loading branch information
nedvedba committed Jan 2, 2024
1 parent 65007ed commit 2dbc3cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions repository/gcs.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ COPY --from=dependencies /usr/local/include/sodium /usr/local/include/sodium
COPY --from=dependencies /usr/local/include/sodium.h /usr/local/include/sodium.h
COPY --from=dependencies /usr/local/include/zmq.h /usr/local/include/zmq.h
COPY --from=dependencies /usr/local/include/zmq_utils.h /usr/local/include/zmq_utils.h
COPY --from=dependencies /usr/local/lib/pkgconfig/libzmq.pc /usr/local/lib/pkgconfig/libzmq.pc
RUN rm /usr/include/zmq*
RUN rm /usr/lib/x86_64-linux-gnu/*zmq*
COPY --from=dependencies /usr/local/lib/cmake /usr/local/lib/cmake

COPY --from=dependencies /libraries/libprotobuf.so /libraries/libprotobuf.so
COPY --from=dependencies /libraries/libzmq.so /libraries/libzmq.so
COPY --from=dependencies /libraries/libsodium.so /libraries/libsodium.so
Expand Down

0 comments on commit 2dbc3cc

Please sign in to comment.