build-env-msp430/Dockerfile
Wolfgang Hottgenroth 6ba4dd2cc2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
add woodpecker ci script
2024-02-18 19:09:31 +01:00

15 lines
285 B
Docker

FROM ubuntu:24.04
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
LABEL ImageName="gitea.hottis.de/wn/build-env-msp430"
RUN \
apt update && \
apt install -y make && \
apt install -y msp430-libc && \
apt install -y binutils-msp430 && \
apt install -y gcc-msp430