Skip to content

Commit

Permalink
ℹ️
Browse files Browse the repository at this point in the history
ℹ️ updated docker to include exiftool
  • Loading branch information
securisecctf committed Nov 30, 2019
1 parent 24475ae commit a6ef4bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN cd /chepy/ && make -C docs/ clean html


FROM python:3.8.0-slim
RUN apt update && apt install exiftool -y
COPY --from=0 /chepy /chepy
COPY --from=0 /root/.chepy /root/.chepy
WORKDIR /data
Expand Down

0 comments on commit a6ef4bc

Please sign in to comment.