commit | df72cc5678d5de56e0552ed41e6dbee407c1e937 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Tue Jun 25 13:59:04 2024 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Tue Jun 25 13:59:04 2024 -0400 |
tree | 02c5292d0bbc7eff303ab51f7465c7a1242ab4e8 | |
parent | b427d38c82efa30b075097a46ae74d0591eddf7d [diff] [blame] |
Fix image builds
diff --git a/Earthfile b/Earthfile index 990cea1..3d9deb0 100644 --- a/Earthfile +++ b/Earthfile
@@ -91,7 +91,7 @@ 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