This commit is contained in:
2019-02-16 23:31:22 +01:00
commit 6a2673744f
3 changed files with 35 additions and 0 deletions

12
Dockerfile Normal file
View File

@ -0,0 +1,12 @@
FROM registry.gitlab.com/wolutator/base-build-env:latest
MAINTAINER Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>
RUN \
apt update && \
apt install -y msp430-libc && \
apt install -y binutils-msp430 && \
apt install -y gcc-msp430 && \
rm -rf /var/lib/apt/lists/*