diff --git a/alpine/Dockerfile_v5 b/alpine/Dockerfile_v5 index aa9b025..5d63b8e 100644 --- a/alpine/Dockerfile_v5 +++ b/alpine/Dockerfile_v5 @@ -8,6 +8,7 @@ RUN set -eux; \ apk add --no-cache \ curl \ mysql-client \ + git \ libarchive-tools; \ mkdir -p /var/www/app