Moving base image to root

Signed-off-by: Steeve Morin <steeve.morin@gmail.com>
This commit is contained in:
Steeve Morin
2014-11-04 22:52:49 +01:00
parent 703053871c
commit 72e463a0b1

15
Dockerfile Normal file
View File

@ -0,0 +1,15 @@
FROM debian:wheezy
MAINTAINER Steeve Morin "steeve.morin@gmail.com"
RUN apt-get update && apt-get -y install \
bash \
curl \
pkg-config \
build-essential \
file \
rsync \
tar \
xz-utils \
bzip2 \
gzip \
sed