Browse Source

Accept suggestions

Co-authored-by: Pete Johanson <peter@peterjohanson.com>
xmkb
Idan Gazit 4 years ago
parent
commit
63931a7068
No known key found for this signature in database
GPG Key ID: FA1E9B15C71BD7FC
  1. 4
      .devcontainer/Dockerfile

4
.devcontainer/Dockerfile

@ -1,8 +1,8 @@ @@ -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/*

Loading…
Cancel
Save