mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2026-06-28 01:58:34 +00:00
update p2pool, monerod, minecraft, ubuntu
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user