mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-04-29 03:00:45 -04:00
add rsync for build
This commit is contained in:
@@ -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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user