Revert "Install and build openssl"

This reverts commit 8da6844b91.
This commit is contained in:
Jamie Curnow
2023-03-15 09:02:59 +10:00
parent 8da6844b91
commit 3847e98aa4
9 changed files with 68 additions and 102 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Certbot Builder
#############
FROM debian:bullseye-slim as certbotbuilder
FROM debian:buster-slim as certbotbuilder
SHELL ["/bin/bash", "-o", "pipefail", "-c"]