Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyLadanov authored Oct 26, 2023
1 parent fbe647b commit 2a565e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN ARCH="$(dpkg --print-architecture)" && \
echo 'export PATH="/workdir/arm-gnu-toolchain-'${VERSION}'-'${ARCH_TAG}'-arm-none-eabi/bin:$PATH"' >> /etc/bashrc && \
apt-get remove ca-certificates xz-utils wget -y && \
apt autoremove -y && \
apt autoclean -y && \
apt autoclean -y

ADD entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 2a565e3

Please sign in to comment.