Initial
This commit is contained in:
15
Dockerfile
Normal file
15
Dockerfile
Normal file
@ -0,0 +1,15 @@
|
||||
FROM registry.hottis.de/dockerized/base-build-env:1.0.0
|
||||
|
||||
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
|
||||
LABEL ImageName="registry.hottis.de/dockerized/build-env-arm-none-eabi"
|
||||
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/* &&
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user