fsfw-example-hosted/automation/Dockerfile
Robin Mueller 0e7201d993
Some checks failed
fsfw/fsfw example hosted/pipeline/head There was a failure building this commit
added automation files and updated README
2021-11-19 14:19:21 +01:00

9 lines
217 B
Docker

FROM ubuntu:focal
RUN apt-get update
RUN apt-get --yes upgrade
#tzdata is a dependency, won't install otherwise
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get --yes install gcc g++ cmake make lcov git valgrind nano