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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
unzip \
wget \
qemu-utils \
openssh-client \
vim \
&& rm -rf /var/lib/apt/lists/*
# Init entry