summaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorIdan Gazit <idan@gazit.me>2020-10-06 08:51:25 -0700
committerIdan Gazit <idan@gazit.me>2020-10-09 19:09:11 -0700
commit63931a706870652e649346e4052a9fb1b105ff5b (patch)
treedfef01022ae10051e32588dfb6aa62bb88ca30c1 /.devcontainer
parent15614a946fac635a27ba94a4f32450c67016e5b2 (diff)
Accept suggestions
Co-authored-by: Pete Johanson <peter@peterjohanson.com>
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index cf62b5a..160b148 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -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/* \ No newline at end of file
+ rm -rf /var/lib/apt/lists/*