commit | 171a757e83c995a4cff8eaed1159a7ecfa458926 | [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:36 2024 -0400 |
tree | 27cedf82db7e4410520f80cb0434e97b61b0341c | |
parent | d41f0de252de79eaff24e1d72059acea060ec5e2 [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