Skip to content

Commit

Permalink
fix: uncomment libzmq3-dev installation
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Dec 20, 2023
1 parent 99f952c commit 488b5c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ ENV PKG_URL https://bitcoincore.org/bin/bitcoin-core-${PKG_VER}/${PKG}

COPY . $GOPATH/src/mainstay

# RUN set -x \
# && apt update \
# && apt install -y libzmq3-dev \
# && rm -rf /var/lib/apt/lists/*
RUN set -x \
&& apt update \
&& apt install -y libzmq3-dev \
&& rm -rf /var/lib/apt/lists/*

RUN set -x \
&& cd $GOPATH/src/mainstay \
Expand Down

0 comments on commit 488b5c2

Please sign in to comment.