We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
apt-get dist-upgrade
1 parent b1bebd0 commit e0feaaaCopy full SHA for e0feaaa
Dockerfile
@@ -8,6 +8,7 @@ ARG ZEPHYR_VERSION
8
ENV ZEPHYR_VERSION=${ZEPHYR_VERSION}
9
RUN \
10
apt-get -y update \
11
+ && apt-get dist-upgrade -y \
12
&& apt-get -y install --no-install-recommends \
13
ccache \
14
cmake \
0 commit comments