blob: abbe54ac4d0ca71751396e3594998affd2ce9227 (
plain)
1
2
3
4
5
6
7
8
|
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/*
|