Skip to content

Commit

Permalink
add logfile crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
JudahSchwartz committed Oct 28, 2024
1 parent 5550258 commit b68f09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/crypto/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b68f09f

Please sign in to comment.