mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-25 22:16:30 +00:00
make it easier to edit and transfer files in the docker builder (#935)
This commit is contained in:
parent
2416c6c26c
commit
8cd7dfe822
@ -38,6 +38,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
unzip \
|
unzip \
|
||||||
wget \
|
wget \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
openssh-client \
|
||||||
|
vim \
|
||||||
&& 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