Update Dockerfile

This commit is contained in:
Sergey 2023-10-26 23:27:23 +03:00 committed by GitHub
parent fbe647b96a
commit 2a565e354b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 && \ 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-get remove ca-certificates xz-utils wget -y && \
apt autoremove -y && \ apt autoremove -y && \
apt autoclean -y && \ apt autoclean -y
ADD entrypoint.sh /entrypoint.sh ADD entrypoint.sh /entrypoint.sh