Skip to content

Commit 77f00d6

Browse files
author
Ashley Baldwin-Hunter
committed
Merge pull request #79 from codeclimate/abh-apt-update-dockerfile
Add update command to Dockerfile
2 parents ca8f6d0 + 7cd0382 commit 77f00d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY vendor/php-parser/composer.json /usr/src/app/vendor/php-parser/
99
COPY vendor/php-parser/composer.lock /usr/src/app/vendor/php-parser/
1010

1111
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
12+
RUN apt-get update && apt-get install -y nodejs python openssh-client php5-cli php5-json
1313
RUN gem install bundler --no-ri --no-rdoc && \
1414
bundle install -j 4 && \
1515
curl -sS https://getcomposer.org/installer | php

0 commit comments

Comments
 (0)