Use spaces, not tabs

This commit is contained in:
Idan Gazit 2020-10-01 06:56:18 +00:00
parent 9b29f9b861
commit 42d1915ced
No known key found for this signature in database
GPG Key ID: FA1E9B15C71BD7FC
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from zmkfirmware/zephyr-west-action-arm
RUN apt-get -y update && \
apt-get -y upgrade && \
apt-get -y upgrade && \
apt-get install --no-install-recommends -y \
ssh \
gpg && \