Add rsync package for sync-crl script

This commit is contained in:
Devon Mackay 2018-08-08 16:04:34 -04:00
parent 1fb037a6be
commit 4168956f88

View File

@ -10,7 +10,7 @@ APP_USER="atst"
APP_UID="8010"
# Add additional packages required by app dependencies
ADDITIONAL_PACKAGES="postgresql-libs python3 uwsgi uwsgi-python3"
ADDITIONAL_PACKAGES="postgresql-libs python3 rsync uwsgi uwsgi-python3"
# Run the shared alpine setup script
source ./script/include/run_alpine_setup