Skip to content
Snippets Groups Projects
Commit 36719a2a authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Added certbot, python, mysql, and postgres tools.

parent fde00807
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:20.04
ENV DEBIAN_FRONTEND="noninteractive"
#ENV TZ="Europe/London"
LABEL maintainer="Jeffrey Phillips Freeman the@jeffreyfreeman.me"
# Install needed tools
......@@ -23,6 +26,20 @@ RUN apt-get update && \
sed \
rsync \
pv \
python3 \
python2 \
python3-pip \
git \
letsencrypt \
certbot \
python3-certbot-dns-route53 \
python3-certbot-nginx \
python3-certbot \
awscli \
sudo \
mysql-client \
postgresql \
postgresql-contrib \
gawk && \
apt-get clean && \
rm -r /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment