initial
This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
FROM gitlab/gitlab-runner:latest
|
||||||
|
|
||||||
|
MAINTAINER Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>
|
||||||
|
|
||||||
|
|
||||||
|
RUN \
|
||||||
|
apt update && \
|
||||||
|
apt install -y make && \
|
||||||
|
apt install -y msp430-libc && \
|
||||||
|
apt install -y binutils-msp430 && \
|
||||||
|
apt install -y gcc-msp430 && \
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
Reference in New Issue
Block a user