mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Apply vulnerability patch to mitigate CVE-2021-44228
This commit is contained in:
parent
c59b13bfde
commit
fb42b3b628
@ -2,6 +2,9 @@ FROM python:alpine
|
||||
|
||||
LABEL maintainer="Dockerfile created by Zedifus <https://gitlab.com/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 \
|
||||
|
Loading…
Reference in New Issue
Block a user