mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 05:07:26 +01:00
[base] Add autogen/automake and vim
Signed-off-by: Steeve Morin <steeve.morin@gmail.com>
This commit is contained in:
parent
ff2d529eb5
commit
fd64ea0af1
14
Dockerfile
14
Dockerfile
@ -3,14 +3,10 @@ MAINTAINER Steeve Morin "steeve.morin@gmail.com"
|
||||
|
||||
RUN apt-get update && apt-get -y install \
|
||||
bash \
|
||||
curl \
|
||||
wget \
|
||||
pkg-config \
|
||||
build-essential \
|
||||
curl wget \
|
||||
pkg-config build-essential make automake autogen \
|
||||
tar xz-utils bzip2 gzip \
|
||||
file \
|
||||
rsync \
|
||||
tar \
|
||||
xz-utils \
|
||||
bzip2 \
|
||||
gzip \
|
||||
sed
|
||||
sed \
|
||||
vim
|
||||
|
Loading…
Reference in New Issue
Block a user