Skip to content

Commit

Permalink
Dockerfile: Remove pinned versions for few packages
Browse files Browse the repository at this point in the history
- efr32: gcc-arm-none-eabi, binutils-arm-none-eabi
- telink: gcc-multilib, g++-multilib, libsdl2-dev
  • Loading branch information
shubhamdp committed Jul 27, 2023
1 parent 39f340f commit 4383d21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ LABEL org.opencontainers.image.source https://github.com/project-chip/connectedh
RUN set -x \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -fy --no-install-recommends \
gcc-arm-none-eabi=15:9-2019-q4-0ubuntu1 \
binutils-arm-none-eabi=2.34-4ubuntu1+13ubuntu1 \
gcc-arm-none-eabi \
binutils-arm-none-eabi \
git-lfs \
openjdk-17-jdk \
python3-sphinx \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ RUN set -x \
ccache \
dfu-util=0.9-1 \
device-tree-compiler \
gcc-multilib=4:9.3.0-1ubuntu2 \
g++-multilib=4:9.3.0-1ubuntu2 \
libsdl2-dev=2.0.10+dfsg1-3 \
gcc-multilib \
g++-multilib \
libsdl2-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/ \
&& python3 -m pip install -U --no-cache-dir \
Expand Down

0 comments on commit 4383d21

Please sign in to comment.