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 && \
apt upgrade -y
RUN apt install -y \
cmake \
g++-8 \
g++ \
git \
libssl-dev \
make \
&& 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