Skip to content

Commit

Permalink
Rm extra binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdimfox committed Aug 10, 2021
1 parent a4de041 commit bbbc40b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Dockerfile.user
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ RUN wget ${WGET_ARGS} \
&& dpkg -i ${JLINK_DEB} \
&& rm ${JLINK_DEB}

# Some hack for cortex-debug VS Code plugin. It use arm-none-eabi-gdb and arm-none-eabi-objdump
RUN mkdir /cortex-debug-helpers
ADD ./cortex-debug-helpers/arm-none-eabi-gdb /cortex-debug-helpers
ADD ./cortex-debug-helpers/arm-none-eabi-objdump /cortex-debug-helpers
RUN chmod +x /cortex-debug-helpers/arm-none-eabi-gdb && \
chmod +x /cortex-debug-helpers/arm-none-eabi-objdump

ENV DISPLAY=host.docker.internal:0

ADD ./entrypoint.sh /home/user/entrypoint.sh
Expand Down
Binary file removed cortex-debug-helpers/arm-none-eabi-gdb
Binary file not shown.
Binary file removed cortex-debug-helpers/arm-none-eabi-objdump
Binary file not shown.

0 comments on commit bbbc40b

Please sign in to comment.