diff --git a/docker/crypto/Dockerfile b/docker/crypto/Dockerfile index aae4b85680ee7..a1856ad644fbf 100644 --- a/docker/crypto/Dockerfile +++ b/docker/crypto/Dockerfile @@ -4,7 +4,7 @@ FROM demisto/python3:3.11.10.111526 COPY requirements.txt . - +RUN touch /tmp/logfile.log && chown demisto /tmp/logfile.log # Crypto needs the latest pip RUN pip3 install --no-cache-dir --upgrade pip