From 3dfd140a844f6496df410ee10f85bd04f443606b Mon Sep 17 00:00:00 2001 From: Xingyao Wang Date: Wed, 1 May 2024 20:31:09 +0800 Subject: [PATCH] add rsync for build --- containers/evaluation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/evaluation/Dockerfile b/containers/evaluation/Dockerfile index db07c5950f..4f7bab2e03 100644 --- a/containers/evaluation/Dockerfile +++ b/containers/evaluation/Dockerfile @@ -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/*