commit | 53faffad46a46b900090c658dc14eb27903194a0 | [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:49 2024 -0400 |
tree | 2bb95561d1d813b39820435c6c51eb9a34b2a452 | |
parent | 8dbb8bcead92a6b7a72c22c1c41b54f0dcdd15aa [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