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