Add wget to base image

Signed-off-by: Steeve Morin <steeve.morin@gmail.com>
This commit is contained in:
Steeve Morin 2014-11-04 22:57:32 +01:00
parent 72e463a0b1
commit 5d624708cc
No known key found for this signature in database
GPG Key ID: 6323FE5975269E7A

View File

@ -4,6 +4,7 @@ MAINTAINER Steeve Morin "steeve.morin@gmail.com"
RUN apt-get update && apt-get -y install \
bash \
curl \
wget \
pkg-config \
build-essential \
file \