fsfw/automation/Dockerfile
Ulrich Mohr 19f9b0280c
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
added jenkins integration
2021-10-25 14:59:16 +02:00

9 lines
203 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 lcov git nano