Skip to content

Commit

Permalink
Fix image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Jun 25, 2024
1 parent b427d38 commit df72cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ image:
RUN \
apt-get update -qq && \
apt-get install -qq -y --no-install-recommends \
rsync openssh-client && \
python3 rsync openssh-client && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
COPY +build.venv.runtime/venv /venv
Expand Down

0 comments on commit df72cc5

Please sign in to comment.