Skip to content

Commit

Permalink
refactor: Remove gcc-multilib.
Browse files Browse the repository at this point in the history
* Suggest using `native_posix_64` target instead,
  avoid needing the extra dep.
  • Loading branch information
petejohanson committed Jul 25, 2022
1 parent 6c08730 commit aa67e0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ ARG ZEPHYR_VERSION
ENV ZEPHYR_VERSION=${ZEPHYR_VERSION}
RUN \
apt-get -y update \
&& if [ "$(uname -m)" = "x86_64" ]; then gcc_multilib="gcc-multilib"; else gcc_multilib=""; fi \
&& apt-get -y install --no-install-recommends \
ccache \
file \
gcc \
"${gcc_multilib}" \
git \
gperf \
make \
Expand Down

0 comments on commit aa67e0f

Please sign in to comment.