From 6666730fa01effdedd62ee4b65abe088e29a0ff8 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Wed, 6 Sep 2023 09:32:06 +0200 Subject: [PATCH] add rsync to the dockerfile for simpler deployment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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