zad4 test10

This commit is contained in:
massta 2020-04-05 19:35:27 +02:00
parent c055272e19
commit a7ef8719e2

View File

@ -3,6 +3,8 @@ FROM ubuntu:latest
RUN apt update -y && apt install -y make
RUN apt install -y git
RUN apt install -y gcc
ENV TZ=Europe/Minsk
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN gcc --version
RUN apt install -y build-essential
RUN apt install num-utils