add user
This commit is contained in:
parent
47450be3c4
commit
718caa4738
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user