diff --git a/Dockerfile b/Dockerfile
index aea8dec6e97f9a808a0fd559ce9d8db5cd99f695..5a216d40630a206f1cfdf3f699d2c12711380977 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,8 @@
 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/*