build-env-msp430/Dockerfile
2019-03-27 14:28:21 +00:00

14 lines
343 B
Docker

FROM registry.gitlab.com/wolutator/base-build-env:latest
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
LABEL ImageName="registry.gitlab.com/wolutator/build-env-msp430"
RUN \
apt update && \
apt install -y msp430-libc && \
apt install -y binutils-msp430 && \
apt install -y gcc-msp430 && \
rm -rf /var/lib/apt/lists/*