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
+2 -2
View File
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04
# install dependencies
ENV TZ=America/Los_Angeles
@@ -6,7 +6,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt-get update && apt-get -y upgrade
RUN apt-get install -y nginx certbot python3-certbot-nginx python3-pip
RUN pip3 install sendgrid
RUN pip3 install sendgrid --break-system-packages
RUN rm /etc/nginx/sites-enabled/default