mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-12 05:59:26 +02:00
Moving base image to root
Signed-off-by: Steeve Morin <steeve.morin@gmail.com>
This commit is contained in:
15
Dockerfile
Normal file
15
Dockerfile
Normal 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
|
Reference in New Issue
Block a user