Skip to content

Commit

Permalink
feat: add apt-get dist-upgrade
Browse files Browse the repository at this point in the history
Ensures all packages are always up-to-date.
  • Loading branch information
innovaker committed Jun 19, 2021
1 parent b1bebd0 commit 14e017f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 14e017f

Please sign in to comment.