Browse Source

Use spaces, not tabs

xmkb
Idan Gazit 4 years ago
parent
commit
42d1915ced
No known key found for this signature in database
GPG Key ID: FA1E9B15C71BD7FC
  1. 2
      .devcontainer/Dockerfile

2
.devcontainer/Dockerfile

@ -1,7 +1,7 @@ @@ -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 && \

Loading…
Cancel
Save