File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM ghcr.io/blinklabs-io/haskell:8.10.7-3.8.1.0-1 as cardano-node-build
1
+ FROM ghcr.io/blinklabs-io/haskell:8.10.7-3.8.1.0-2 as cardano-node-build
2
2
# Install cardano-node
3
3
ARG NODE_VERSION=8.1.2
4
4
ENV NODE_VERSION=${NODE_VERSION}
@@ -10,8 +10,6 @@ RUN echo "Building tags/${NODE_VERSION}..." \
10
10
&& git tag \
11
11
&& git checkout tags/${NODE_VERSION} \
12
12
&& echo "with-compiler: ghc-${GHC_VERSION}" >> cabal.project.local \
13
- && echo "package cardano-crypto-praos" >> cabal.project.local \
14
- && echo " flags: -external-libsodium-vrf" >> cabal.project.local \
15
13
&& echo "tests: False" >> cabal.project.local \
16
14
&& cabal update \
17
15
&& cabal build all \
@@ -30,8 +28,8 @@ COPY --from=cardano-node-build /usr/local/lib/ /usr/local/lib/
30
28
COPY --from=cardano-node-build /usr/local/include/ /usr/local/include/
31
29
COPY --from=cardano-node-build /root/.local/bin/cardano-* /usr/local/bin/
32
30
COPY --from=ghcr.io/blinklabs-io/mithril-client:0.5.5-1 /bin/mithril-client /usr/local/bin/
33
- COPY --from=ghcr.io/blinklabs-io/nview:0.7.0 /bin/nview /usr/local/bin/
34
- COPY --from=ghcr.io/blinklabs-io/txtop:0.2.1 /bin/txtop /usr/local/bin/
31
+ COPY --from=ghcr.io/blinklabs-io/nview:0.7.1 /bin/nview /usr/local/bin/
32
+ COPY --from=ghcr.io/blinklabs-io/txtop:0.5.0 /bin/txtop /usr/local/bin/
35
33
COPY bin/ /usr/local/bin/
36
34
COPY config/ /opt/cardano/config/
37
35
RUN apt-get update -y && \
You can’t perform that action at this time.
0 commit comments