Skip to content

Commit e0feaaa

Browse files
committed
feat: add apt-get dist-upgrade
Ensures all packages are always up-to-date. PR: #90
1 parent b1bebd0 commit e0feaaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ARG ZEPHYR_VERSION
88
ENV ZEPHYR_VERSION=${ZEPHYR_VERSION}
99
RUN \
1010
apt-get -y update \
11+
&& apt-get dist-upgrade -y \
1112
&& apt-get -y install --no-install-recommends \
1213
ccache \
1314
cmake \

0 commit comments

Comments
 (0)