Accept suggestions

Co-authored-by: Pete Johanson <peter@peterjohanson.com>
This commit is contained in:
Idan Gazit 2020-10-06 08:51:25 -07:00
parent 15614a946f
commit 63931a7068
No known key found for this signature in database
GPG Key ID: FA1E9B15C71BD7FC
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
from zmkfirmware/zephyr-west-action-arm
FROM zmkfirmware/zephyr-west-action-arm
RUN apt-get -y update && \
apt-get -y upgrade && \
apt-get install --no-install-recommends -y \
ssh \
gpg && \
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/*