Fix a small bug of Dockerfile

This commit is contained in:
suxunbin 2019-03-29 14:55:05 +08:00
parent c93f869f54
commit 5747dcde1f
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ FROM registry.docker-cn.com/library/gcc:8
RUN apt-get update && apt-get install -y --no-install-recommends realpath \
ccache \
vim \
lsof \
openjdk-8-jdk \
libreadline-dev \
libboost-all-dev \