Skip to content

Commit

Permalink
new arm32 image
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepCowProductions committed Sep 24, 2024
1 parent 32c4b52 commit ee35369
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/arm32/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

USER root

RUN apt install cmake gcc-arm-none-eabi build-essential -y
RUN apt update && apt install cmake gcc-arm-none-eabi build-essential -y \
&& apt-get clean && \
rm -rf /var/lib/apt/lists/*

USER $NB_UID

Expand Down

0 comments on commit ee35369

Please sign in to comment.