update p2pool, monerod, minecraft, ubuntu

This commit is contained in:
Matthew Tran
2024-08-21 07:29:56 +00:00
parent e29fcd328b
commit e9f8a77d26
6 changed files with 17 additions and 17 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04
RUN apt-get update && apt-get -y upgrade
RUN apt-get install -y wget bzip2
@@ -7,8 +7,8 @@ RUN useradd -m matt
USER matt
WORKDIR /home/matt
RUN wget https://downloads.getmonero.org/cli/linux64
RUN tar xvf linux64 && rm linux64
RUN mv monero-x86_64-linux-gnu-v0.18.3.2/ monero/
RUN wget https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.3.3.tar.bz2 -O monerod.tar.bz2
RUN tar xvf monerod.tar.bz2 && rm monerod.tar.bz2
RUN mv monero-x86_64-linux-gnu-v0.18.3.3 monero
COPY --chown=matt:matt entry.sh ./