commit | 92219f894b0f4fe9a9c56322688794ffd12287bf | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Tue May 23 13:15:08 2023 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Tue May 23 13:15:08 2023 -0400 |
tree | 53747aafc4de6ed500accc2c0f8b0f4b5346c016 | |
parent | 9feca4b7dea321031fd96630c21d90bcf125dc59 [diff] |
add rsync to docker image
diff --git a/Earthfile b/Earthfile index 5daccbf..4cc526b 100644 --- a/Earthfile +++ b/Earthfile
@@ -51,7 +51,7 @@ ENV PATH=/venv/bin:$PATH RUN \ apt-get update && \ - apt-get install --no-install-recommends -y openssh-client && \ + apt-get install --no-install-recommends -y rsync openssh-client && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* ENTRYPOINT ["/bin/bash"]