File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ ADD user-setup-scripts /user-setup-scripts
1111
1212RUN export DEBIAN_FRONTEND=noninteractive \
1313 && apt-get update \
14+ && apt-get --no-install-recommends -y full-upgrade \
1415 && apt-get -y install --no-install-recommends bash-completion bzip2 ca-certificates clang clang-format-14 curl curl \
1516 dos2unix doxygen g++ g++-mips-linux-gnu gcc-mips-linux-gnu gcc-multilib-mips-linux-gnu gdb gdb-multiarch git git-lfs \
1617 gnupg graphviz inetutils-ping ksh lcov libncurses5 llvm-14 make ninja-build openjdk-17-jdk plantuml python2.7-dev python3 python3-dev \
@@ -77,8 +78,8 @@ WORKDIR /
7778
7879# ### Install jlink ####
7980# URLs copied from https://www.segger.com/downloads/jlink/
80- ARG JLINK_URL_x86_64="https://www.segger.com/downloads/jlink/JLink_Linux_V798i_x86_64 .deb"
81- ARG JLINK_URL_ARM="https://www.segger.com/downloads/jlink/JLink_Linux_V798i_arm64 .deb"
81+ ARG JLINK_URL_x86_64="https://www.segger.com/downloads/jlink/JLink_Linux_V868_x86_64 .deb"
82+ ARG JLINK_URL_ARM="https://www.segger.com/downloads/jlink/JLink_Linux_V868_arm64 .deb"
8283
8384RUN case ${TARGETPLATFORM} in \
8485 "linux/amd64" ) JLINK_URL=$JLINK_URL_x86_64 ;; \
You can’t perform that action at this time.
0 commit comments