diff --git a/Dockerfile b/Dockerfile index c8869be9..63af4e12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ FROM debian:stable-slim RUN useradd -m -d /opt/gophish -s /bin/bash app RUN apt-get update && \ - apt-get install --no-install-recommends -y jq libcap2-bin && \ + apt-get install --no-install-recommends -y jq libcap2-bin ca-certificates && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*