Install rsync in the container (#76)
This simplifies the workflow file and speeds up every deploy.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user