diff --git a/Dockerfile b/Dockerfile index e3fb80f..b472402 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ FROM debian:trixie RUN apt -y update && apt -y install \ - yarnpkg git ssh ghc cabal-install build-essential pkg-config zlib1g-dev \ + yarnpkg git ssh rsync ghc cabal-install build-essential pkg-config zlib1g-dev \ && rm -fr /var/cache/apt WORKDIR /opt/reploy