File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,9 @@ ENV PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
29
29
COPY --from=cardano-node-build /usr/local/lib/ /usr/local/lib/
30
30
COPY --from=cardano-node-build /usr/local/include/ /usr/local/include/
31
31
COPY --from=cardano-node-build /root/.local/bin/cardano-* /usr/local/bin/
32
- COPY --from=ghcr.io/blinklabs-io/nview:0.6.1 /bin/nview /usr/local/bin/
33
32
COPY --from=ghcr.io/blinklabs-io/mithril-client:0.4.2-1 /bin/mithril-client /usr/local/bin/
33
+ COPY --from=ghcr.io/blinklabs-io/nview:0.6.1 /bin/nview /usr/local/bin/
34
+ COPY --from=ghcr.io/blinklabs-io/txtop:0.2.0 /bin/txtop /usr/local/bin/
34
35
COPY bin/ /usr/local/bin/
35
36
COPY config/ /opt/cardano/config/
36
37
RUN apt-get update -y && \
You can’t perform that action at this time.
0 commit comments