fsfw/automation/Dockerfile
Ulrich Mohr 2e4cd80556
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
workaround for build regression catch2-v3.0.0-preview4
2022-02-07 15:51:06 +01:00

9 lines
230 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 iputils-ping