diff --git a/Dockerfile b/Dockerfile index ba7278be..c98d65c3 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 & Garbage Collect Compile Deps & Harden COPY requirements.txt /commander/requirements.txt RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/latest-stable/community \