1.7.0-beta1 preparations
This commit is contained in:
parent
f02d5fb5b0
commit
a361952179
4 changed files with 14 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu:latest
|
||||
|
||||
RUN apt-get update && \
|
||||
apt install software-properties-common git build-essential libbz2-dev cmake libuv1-dev libssl-dev wget gcc g++ -y && \
|
||||
apt install git build-essential libbz2-dev cmake libuv1-dev libssl-dev wget gcc g++ -y && \
|
||||
apt clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue