Use spaces, not tabs
This commit is contained in:
parent
9b29f9b861
commit
42d1915ced
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
from zmkfirmware/zephyr-west-action-arm
|
from zmkfirmware/zephyr-west-action-arm
|
||||||
|
|
||||||
RUN apt-get -y update && \
|
RUN apt-get -y update && \
|
||||||
apt-get -y upgrade && \
|
apt-get -y upgrade && \
|
||||||
apt-get install --no-install-recommends -y \
|
apt-get install --no-install-recommends -y \
|
||||||
ssh \
|
ssh \
|
||||||
gpg && \
|
gpg && \
|
||||||
|
|
Loading…
Reference in a new issue