diff --git a/Dockerfile b/Dockerfile index 7e7c2ca0..c27176df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,9 @@ FROM python:alpine LABEL maintainer="Dockerfile created by Zedifus " +# Security Patch for CVE-2021-44228 +ENV LOG4J_FORMAT_MSG_NO_LOOKUPS=true + # Install Packages, Build Dependencies & Garbage Collect & Harden # (Alpine Edge repo is needed because jre16 is new) COPY requirements.txt /commander/requirements.txt