Add git to container to allow auto-updating from container

This commit is contained in:
David Bomba
2020-11-28 07:24:59 +11:00
parent 805e526fc9
commit 385a434833

View File

@@ -8,6 +8,7 @@ RUN set -eux; \
apk add --no-cache \
curl \
mysql-client \
git \
libarchive-tools; \
mkdir -p /var/www/app