fix in Dockerfile

This commit is contained in:
Wolfgang Hottgenroth 2020-10-05 16:06:48 +02:00
parent 214520caeb
commit 2168900e15
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

View File

@ -8,7 +8,7 @@ LABEL AlternativeImageName="wollud1969/build-env-arm-none-eabi"
RUN \
apt-get update && \
apt-get install -y gcc-arm-none-eabi && \
rm -rf /var/lib/apt/lists/* &&
rm -rf /var/lib/apt/lists/*