Update Dockerfile

master
Carlos A. Gomes 2017-10-19 22:39:27 -02:00 zatwierdzone przez GitHub
rodzic ee4de01c4b
commit bbad38208e
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -3,7 +3,9 @@ MAINTAINER Carlos A. Gomes <carlos.algms@gmail.com>
# Add Node.js repo
RUN \
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
apt-get update \
&& apt-get install --no-install-recommends -y apt-transport-https \
&& 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 \
&& curl -sL https://deb.nodesource.com/setup_8.x | bash - \
&& apt-get install --no-install-recommends -y \
@ -15,7 +17,6 @@ RUN \
git \
yarn \
php7.1-zip \
apt-transport-https \
# Slim down image