FROM ubuntu:22.04 RUN apt-get update -y RUN apt-get upgrade -y RUN apt-get install -y gcc-msp430 VOLUME /src WORKDIR /src