fsfw/automation/Dockerfile

9 lines
217 B
Docker
Raw Normal View History

2021-10-25 14:59:16 +02:00
FROM ubuntu:focal
RUN apt-get update
RUN apt-get --yes upgrade
#tzdata is a dependency, won't install otherwise
ARG DEBIAN_FRONTEND=noninteractive
2021-10-27 21:32:40 +02:00
RUN apt-get --yes install gcc g++ cmake make lcov git valgrind nano