build-env-msp430/Dockerfile
Wolfgang Hottgenroth 626734ebd2
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
older ubuntu version
2024-02-18 21:14:22 +01:00

15 lines
285 B
Docker

FROM ubuntu:22.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