zad4 test10
This commit is contained in:
parent
c055272e19
commit
a7ef8719e2
@ -3,6 +3,8 @@ FROM ubuntu:latest
|
|||||||
RUN apt update -y && apt install -y make
|
RUN apt update -y && apt install -y make
|
||||||
RUN apt install -y git
|
RUN apt install -y git
|
||||||
RUN apt install -y gcc
|
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 gcc --version
|
||||||
RUN apt install -y build-essential
|
RUN apt install -y build-essential
|
||||||
RUN apt install num-utils
|
RUN apt install num-utils
|
||||||
|
Loading…
Reference in New Issue
Block a user