fix in Dockerfile

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

View File

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