Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Nov 23, 2024
2 parents 7236e89 + 7c03b86 commit 2b34627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ MAINTAINER <[email protected]>

COPY . .

RUN pip install --no-cache-dir .
RUN apt-get update && apt-get install -y --no-install-recommends git && apt-get purge -y --auto-remove && rm -rf /var/lib/apt/lists/* && pip install --no-cache-dir .

0 comments on commit 2b34627

Please sign in to comment.