Update Dockerfile

add unzip to the installation
pull/1/head
Carlos A. Gomes 2017-10-04 21:31:26 -03:00 zatwierdzone przez GitHub
rodzic 44ced00d50
commit 9cca407bbb
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -5,6 +5,7 @@ MAINTAINER Carlos A. Gomes <carlos.algms@gmail.com>
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - \
&& apt-get install --no-install-recommends -y \
nodejs \
unzip \
build-essential \
openssh-client \