Skip to content

Commit

Permalink
Delete commented commands for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
ABUCKY0 committed Jan 3, 2025
1 parent 7ab2a23 commit dca1bf4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ RUN mkdir "/arm-none-eabi-toolchain" && wget -O- "https://developer.arm.com/-/me
| tar Jxf - -C "/arm-none-eabi-toolchain" --strip-components=1
RUN <<-"EOF" bash
set -e

# Install apk packages
# apk add --no-cache gcompat libc6-compat libstdc++ wget git gawk python3 pipx make unzip


toolchain="/arm-none-eabi-toolchain"
mkdir -p "$toolchain"

Expand All @@ -29,8 +26,6 @@ RUN <<-"EOF" bash
find "$toolchain"/lib/gcc/arm-none-eabi/13.3.1/thumb -mindepth 1 -maxdepth 1 ! -name 'v7-a+fp' -exec rm -rf {} +
find "$toolchain"/arm-none-eabi/include/c++/13.3.1/arm-none-eabi/thumb -mindepth 1 -maxdepth 1 ! -name 'v7-a*' -exec rm -rf {} +

# Install pros cli (Used for creating template)
# pipx install pros-cli
apk cache clean # Cleanup image
EOF
# ------------
Expand Down

0 comments on commit dca1bf4

Please sign in to comment.