From 22cd460421284a03f62afc924b81f9edc242d77f Mon Sep 17 00:00:00 2001 From: Kevin Lam Date: Fri, 5 Oct 2018 10:35:52 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index fef472c..66c28e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,11 @@ FROM nginx +# Install security updates +RUN apt-get update -yqq \ + && apt-get install -yqq unattended-upgrades \ + && unattended-upgrade -v + MAINTAINER Evan Brown RUN rm /etc/nginx/conf.d/*.conf