mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2026-06-28 01:58:34 +00:00
lots of uprevs
This commit is contained in:
+4
-4
@@ -1,14 +1,14 @@
|
||||
FROM ubuntu:24.04
|
||||
FROM ubuntu:26.04
|
||||
|
||||
RUN apt-get update && apt-get -y upgrade
|
||||
RUN apt-get install -y wget bzip2
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
# currently v0.18.4.4
|
||||
RUN wget -O monerod.tar.bz2 https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.4.tar.bz2
|
||||
# currently v0.18.5.0
|
||||
RUN wget -O monerod.tar.bz2 https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.5.0.tar.bz2
|
||||
RUN tar xvf monerod.tar.bz2 && rm monerod.tar.bz2
|
||||
RUN mv monero-x86_64-linux-gnu-v0.18.4.4 monero
|
||||
RUN mv monero-x86_64-linux-gnu-v0.18.5.0 monero
|
||||
|
||||
COPY entry.sh ./
|
||||
|
||||
|
||||
+1
-1
@@ -17,5 +17,5 @@ cleanup() {
|
||||
monero/monerod exit --rpc-bind-port 18089
|
||||
}
|
||||
trap 'cleanup' SIGTERM SIGINT
|
||||
tail -f /dev/null &
|
||||
sleep infinity &
|
||||
wait $!
|
||||
|
||||
Reference in New Issue
Block a user