|
|
@@ -35,6 +35,7 @@ RUN apk --no-cache add \
|
|
|
nginx \
|
|
|
runit \
|
|
|
curl \
|
|
|
+ tar \
|
|
|
# Bring in gettext so we can get `envsubst`, then throw
|
|
|
# the rest away. To do this, we need to install `gettext`
|
|
|
# then move `envsubst` out of the way so `gettext` can
|
|
|
@@ -60,6 +61,8 @@ RUN apk --no-cache add \
|
|
|
&& chown -R nobody.nobody /var/lib/nginx \
|
|
|
&& chown -R nobody.nobody /var/log/nginx
|
|
|
|
|
|
+RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer
|
|
|
+
|
|
|
# Add configuration files
|
|
|
COPY --chown=nobody rootfs/ /
|
|
|
|