We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca8f6d0 + 7cd0382 commit 77f00d6Copy full SHA for 77f00d6
Dockerfile
@@ -9,7 +9,7 @@ COPY vendor/php-parser/composer.json /usr/src/app/vendor/php-parser/
9
COPY vendor/php-parser/composer.lock /usr/src/app/vendor/php-parser/
10
11
RUN curl --silent --location https://deb.nodesource.com/setup_5.x | bash -
12
-RUN apt-get install -y nodejs python openssh-client php5-cli php5-json
+RUN apt-get update && apt-get install -y nodejs python openssh-client php5-cli php5-json
13
RUN gem install bundler --no-ri --no-rdoc && \
14
bundle install -j 4 && \
15
curl -sS https://getcomposer.org/installer | php
0 commit comments