Skip to content

Commit

Permalink
tests: on_target: cleanup dockerfile
Browse files Browse the repository at this point in the history
Clean some leftovers in dockerfile.

Signed-off-by: Giacomo Dematteis <giacomo.dematteis@nordicsemi.no>
  • Loading branch information
DematteisGiacomo committed Oct 14, 2024
1 parent deb71ac commit 98fa268
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/on_target/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ RUN <<EOT
EOT

# Install Segger J-Link software
ENV LD_LIBRARY_PATH=/opt/SEGGER/JLink/JLink_Linux_${JLINK_VERSION}_x86_64
RUN <<EOT
wget -q --post-data 'accept_license_agreement=accepted' https://www.segger.com/downloads/jlink/JLink_Linux_${JLINK_VERSION}_x86_64.tgz
mkdir -p /opt/SEGGER/JLink
tar -xvf JLink_Linux_${JLINK_VERSION}_x86_64.tgz --strip-components=1 -C /opt/SEGGER/JLink
rm JLink_Linux_${JLINK_VERSION}_x86_64.tgz
ldconfig
EOT
ENV PATH=$PATH:/opt/SEGGER/JLink

Expand All @@ -38,8 +36,6 @@ RUN <<EOT
mv nrfutil /usr/local/bin
chmod +x /usr/local/bin/nrfutil
nrfutil install device
nrfutil self-upgrade
nrfutil upgrade
EOT

# Install Go
Expand Down

0 comments on commit 98fa268

Please sign in to comment.