mirror of
https://github.com/embedd-actions/arm-gcc-ci.git
synced 2024-12-26 00:42:22 +03:00
Update Dockerfile
This commit is contained in:
parent
fbe647b96a
commit
2a565e354b
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user