Skip to content

Commit

Permalink
Update Dockerfile.node
Browse files Browse the repository at this point in the history
  • Loading branch information
NanuIjaz authored Oct 4, 2023
1 parent 8769495 commit 320a032
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile.node
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RUN git clone https://github.com/input-output-hk/libsodium && cd libsodium && gi
ENV LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" \
PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
RUN echo "Building tags/$VERSION..."
RUN sed -i 's/HSOpenSSL >=/HsOpenSSL ==/g' cardano-node/cabal.project
RUN touch cabal.project.local
COPY . .
RUN cabal update \
Expand Down

0 comments on commit 320a032

Please sign in to comment.