diff --git a/Dockerfile b/Dockerfile index 31ce40c5..ff9d0644 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ ARG ZEPHYR_VERSION ENV ZEPHYR_VERSION=${ZEPHYR_VERSION} RUN \ apt-get -y update \ + && apt-get dist-upgrade -y \ && apt-get -y install --no-install-recommends \ ccache \ cmake \