This commit is contained in:
Wolfgang Hottgenroth 2020-10-21 00:49:35 +02:00
parent 47450be3c4
commit 718caa4738
No known key found for this signature in database
GPG Key ID: 656C88C7C1734267

View File

@ -8,7 +8,8 @@ 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/* && \
useradd -m -u 1000 user1000