Commit 209d304b authored by Jakob Otto's avatar Jakob Otto

Add ubuntu-20.04 Dockerfile

parent f8341c8b
FROM ubuntu:20.04
ENV TZ=Europe/Berlin
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt update -y && \
apt upgrade -y
RUN apt install -y \
cmake \
g++ \
git \
libssl-dev \
make \
&& apt-get autoclean
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment