Install rsync in the container (#76)

This simplifies the workflow file and speeds up every deploy.
This commit is contained in:
Daniel Z
2022-02-26 10:39:49 -08:00
committed by GitHub
parent f8fb9f6629
commit 7b118c686d
3 changed files with 2 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
zip \
adb \
openjdk-8-jdk-headless \
rsync \
&& rm -rf /var/lib/apt/lists/*
ENV GODOT_VERSION "3.4.2"