diff --git a/Dockerfile b/Dockerfile index e912acd..3058b08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ MAINTAINER Carlos A. Gomes RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - \ && apt-get install --no-install-recommends -y \ nodejs \ + unzip \ build-essential \ openssh-client \