Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
abraaoz committed Feb 26, 2020
1 parent f38ac1b commit d4dfcc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -102,6 +102,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
apt-get remove -y cmdtest && \
apt-get install -qq -y nodejs yarn

# Install igbinary
Expand Down

0 comments on commit d4dfcc8

Please sign in to comment.