diff options
Diffstat (limited to '.devcontainer/Dockerfile')
| -rw-r--r-- | .devcontainer/Dockerfile | 4 | 
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/* | 
