Accept suggestions
Co-authored-by: Pete Johanson <peter@peterjohanson.com>
This commit is contained in:
parent
15614a946f
commit
63931a7068
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
from zmkfirmware/zephyr-west-action-arm
|
FROM zmkfirmware/zephyr-west-action-arm
|
||||||
|
|
||||||
RUN apt-get -y update && \
|
RUN apt-get -y update && \
|
||||||
apt-get -y upgrade && \
|
apt-get -y upgrade && \
|
||||||
apt-get install --no-install-recommends -y \
|
apt-get install --no-install-recommends -y \
|
||||||
ssh \
|
ssh \
|
||||||
gpg && \
|
gpg && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
Loading…
Reference in a new issue