Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
fix: error loading shared library libzmq.so.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Mar 22, 2021
1 parent e775e7c commit 51e66f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ ENV NODE_ENV ${NODE_ENV}
LABEL maintainer="Dash Developers <[email protected]>"
LABEL description="DAPI Node.JS"

# Copy ZMQ shared library
COPY --from=node_modules /usr/lib/libzmq.so /usr/lib/libzmq.so
# Install ZMQ shared library
RUN apk update && apk add --no-cache zeromq-dev

# Copy NPM modules
COPY --from=node_modules /node_modules/ /node_modules
Expand Down

0 comments on commit 51e66f7

Please sign in to comment.