Commit 0f2874fc authored by Dominik Charousset's avatar Dominik Charousset

Simplify Debian 10 setup

parent 0c0bfaf9
FROM debian:buster FROM debian:10
RUN apt update -y && \ RUN apt update -y && \
apt upgrade -y apt upgrade -y
RUN apt install -y \ RUN apt install -y \
cmake \ cmake \
g++-8 \ g++ \
git \ git \
libssl-dev \ libssl-dev \
make \ make \
&& apt autoclean && apt autoclean
ENV CXX=/usr/bin/g++-8
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