Fixed dockerbuilg
This commit is contained in:
parent
df084acff6
commit
495efb8373
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue