add rsync for build

This commit is contained in:
Xingyao Wang
2024-05-01 20:31:09 +08:00
parent 2418dce360
commit 3dfd140a84

View File

@@ -1,7 +1,7 @@
FROM ghcr.io/opendevin/sandbox:latest
RUN apt-get update && \
apt-get install -y libffi-dev bash gcc git jq wget && \
apt-get install -y libffi-dev bash gcc git jq wget rsync && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*