Forráskód Böngészése

Update Dockerfile

Guillermo Espinoza 5 éve
szülő
commit
ecf4306c9c
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      statsd/Dockerfile

+ 1 - 1
statsd/Dockerfile

@@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive
 RUN echo Acquire::http::Proxy "http://aptcache.infra.flowdat.com/"; > /etc/apt/apt.conf.d/00aptproxy; \
     printf "deb http://archive.debian.org/debian/ jessie main\ndeb-src http://archive.debian.org/debian/ jessie main\ndeb http://security.debian.org jessie/updates main\ndeb-src http://security.debian.org jessie/updates main" > /etc/apt/sources.list; \
     apt-get update; \
-    apt-get install -yq vim git curl wget; \
+    apt-get install -yq vim git curl wget build-essential; \
     curl -sL https://deb.nodesource.com/setup_10.x | bash; \
     apt-get update; \
     apt-get install -yq nodejs; \