Skip to content

Commit

Permalink
Dockerfile update.
Browse files Browse the repository at this point in the history
  • Loading branch information
franckferman committed Oct 25, 2023
1 parent 99bde84 commit 4a66514
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:bullseye-slim
LABEL maintainer="Franck FERMAN <contact@franckferman.fr>" \
description="Unleash Metadata Intelligence with MetaDetective. Your Assistant Beyond Metagoofil." \
metadetective_version="1.0.8" \
docker_image_version="1.0.1"
docker_image_version="1.0.2"

RUN apt-get update && \
apt-get install -y \
Expand All @@ -13,7 +13,8 @@ RUN apt-get update && \
--no-install-recommends && \
rm -rf /var/lib/apt/lists/*

RUN pip3 install MetaDetective
RUN pip3 install MetaDetective && \
rm -rf ~/.cache/pip

ENV PATH="/root/.local/bin:${PATH}"

Expand Down

0 comments on commit 4a66514

Please # to comment.