Skip to content

Commit

Permalink
#1110 fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Oct 20, 2022
1 parent 2440f7e commit 50c6766
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion analyzers/EmlParser/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

FROM python:3.9-slim
WORKDIR /worker
WORKDIR /worker
COPY . EmlParser
RUN test ! -e EmlParser/requirements.txt || pip install --no-cache-dir -rEmlParser/requirements.txt
RUN apt update
Expand Down

0 comments on commit 50c6766

Please sign in to comment.