Skip to content

Commit

Permalink
Keep the packages sorted and one per line (as above) (home-assistant#672
Browse files Browse the repository at this point in the history
)
  • Loading branch information
fabaff authored May 14, 2020
1 parent b0dbbf9 commit f96163f
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,30 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
docker-ce \
&& rm -rf /var/lib/apt/lists/*

# Build Tools
# Build tools
RUN apt-get update && apt-get install -y --no-install-recommends \
wget patch vim cpio python unzip rsync bc bzip2 ncurses-dev sudo \
git make g++ file perl bash binutils locales qemu-utils bison flex \
bash \
bc \
binutils \
bison \
bzip2 \
cpio \
file \
flex \
g++ \
git \
locales \
make \
ncurses-dev \
patch \
perl \
python \
qemu-utils \
rsync \
sudo \
unzip \
vim \
wget \
&& rm -rf /var/lib/apt/lists/*

# Init entry
Expand Down

0 comments on commit f96163f

Please sign in to comment.