Skip to content

Commit

Permalink
Remove rsync from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wigging committed Aug 2, 2024
1 parent 012be19 commit 5aa566d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ FROM python:3.10-slim

RUN apt-get update && apt-get install -y \
imagemagick \
rsync \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /home/zambeze
Expand Down

0 comments on commit 5aa566d

Please sign in to comment.