diff --git a/certbot/Dockerfile b/certbot/Dockerfile index b433517..589b1b8 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -2,6 +2,7 @@ FROM alpine:latest MAINTAINER Jessie Frazelle RUN apk --no-cache add \ + bash \ python \ py-cffi \ py-configargparse \