metrics calculation

This commit is contained in:
Tomasz Łysiak 2019-04-26 13:15:48 +02:00
parent 5be8ad21f2
commit a78bc43a9d

View File

@ -1,5 +1,5 @@
FROM ubuntu:latest
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update -y && apt install -y make
RUN apt install -y git
RUN apt install -y gcc