mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-22 14:15:44 +01:00
Sort packages in the base Dockerfile.
This commit is contained in:
parent
70dc9549da
commit
e9f77188c8
24
Dockerfile
24
Dockerfile
@ -2,11 +2,19 @@ FROM debian:jessie
|
|||||||
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
||||||
|
|
||||||
RUN apt-get update && apt-get -y install \
|
RUN apt-get update && apt-get -y install \
|
||||||
bash \
|
automake \
|
||||||
curl wget \
|
autogen \
|
||||||
pkg-config build-essential make automake autogen \
|
bash \
|
||||||
tar xz-utils bzip2 gzip \
|
build-essential \
|
||||||
file \
|
bzip2 \
|
||||||
rsync \
|
curl \
|
||||||
sed \
|
file \
|
||||||
vim
|
gzip \
|
||||||
|
make \
|
||||||
|
pkg-config \
|
||||||
|
rsync \
|
||||||
|
sed \
|
||||||
|
tar \
|
||||||
|
vim \
|
||||||
|
wget \
|
||||||
|
xz-utils
|
||||||
|
Loading…
x
Reference in New Issue
Block a user