add rsync to the dockerfile for simpler deployment

This commit is contained in:
Mirek Kratochvil 2023-09-06 09:32:06 +02:00
parent 800969bed4
commit 6666730fa0

View file

@ -17,7 +17,7 @@
FROM debian:trixie FROM debian:trixie
RUN apt -y update && apt -y install \ 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 && rm -fr /var/cache/apt
WORKDIR /opt/reploy WORKDIR /opt/reploy