Skip to content

Commit

Permalink
include cli and rpc in base image
Browse files Browse the repository at this point in the history
  • Loading branch information
lalanza808 committed Dec 16, 2024
1 parent a2aceee commit 48f5e0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/monero
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ WORKDIR /data
# Copy to fresh Ubuntu image to reduce size
FROM ubuntu:22.04
COPY --from=OG /usr/local/bin/monerod /usr/local/bin/monerod
COPY --from=OG /usr/local/bin/monero-wallet-cli /usr/local/bin/monero-wallet-cli
COPY --from=OG /usr/local/bin/monero-wallet-rpc /usr/local/bin/monero-wallet-rpc
COPY --from=OG /ban_list.txt /ban_list.txt

EXPOSE 18080
Expand Down

0 comments on commit 48f5e0f

Please sign in to comment.