mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-25 22:16:30 +00:00
Keep the packages sorted and one per line (as above) (#672)
This commit is contained in:
parent
b0dbbf963c
commit
f96163f04e
26
Dockerfile
26
Dockerfile
@ -16,10 +16,30 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
docker-ce \
|
docker-ce \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Build Tools
|
# Build tools
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
wget patch vim cpio python unzip rsync bc bzip2 ncurses-dev sudo \
|
bash \
|
||||||
git make g++ file perl bash binutils locales qemu-utils bison flex \
|
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/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Init entry
|
# Init entry
|
||||||
|
Loading…
x
Reference in New Issue
Block a user