fix run command not found

This commit is contained in:
Jack Goh
2018-08-01 15:57:46 +08:00
parent c892d36dd3
commit f5096bb365
+1 -1
View File
@@ -12,7 +12,7 @@ apt-get install git libcurl4-gnutls-dev libicu-dev libmcrypt-dev libvpx-dev libj
docker-php-ext-install mbstring pdo_mysql curl json intl gd xml zip bz2 opcache
# Install Composer and project dependencies.
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
composer update
# Copy over testing configuration.