added gcc dependency to Dockerfiles

This commit is contained in:
KKudryavtsev
2016-02-08 19:23:42 +01:00
parent 564a191e36
commit 3fed6a2f1c
3 changed files with 3 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ FROM ubuntu:14.04
# install tools and dependencies
RUN apt-get update && \
apt-get install -y \
gcc \
curl \
git \
# add-apt-repository