Fixed dockerbuilg

This commit is contained in:
BenDroid 2018-04-14 20:15:35 +02:00
parent df084acff6
commit 495efb8373

View file

@ -1,7 +1,7 @@
FROM ubuntu:latest
RUN apt-get update && \
apt-get install software-properties-common git build-essential cmake libuv1-dev libssl-dev -y
apt-get install software-properties-common git build-essential cmake libuv1-dev libssl-dev libboost-system-dev -y
RUN add-apt-repository ppa:jonathonf/gcc-7.1 && \
apt-get update && \