1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-24 12:28:43 +00:00

make it easier to edit and transfer files in the docker builder (#935)

This commit is contained in:
Aman Gupta Karmani
2020-10-27 01:32:32 -07:00
committed by GitHub
parent 2416c6c26c
commit 8cd7dfe822

View File

@@ -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