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 \
|
RUN apt-get update && apt-get -y install \
|
||||||
bash \
|
bash \
|
||||||
curl \
|
curl wget \
|
||||||
wget \
|
pkg-config build-essential make automake autogen \
|
||||||
pkg-config \
|
tar xz-utils bzip2 gzip \
|
||||||
build-essential \
|
|
||||||
file \
|
file \
|
||||||
rsync \
|
rsync \
|
||||||
tar \
|
sed \
|
||||||
xz-utils \
|
vim
|
||||||
bzip2 \
|
|
||||||
gzip \
|
|
||||||
sed
|
|
||||||
|
Loading…
Reference in New Issue
Block a user