add EasyBigdata

This commit is contained in:
2017-12-28 16:48:17 +08:00
parent 77bc343d54
commit 9194cb5c08
3 changed files with 24 additions and 0 deletions

20
EasyBigdata/Dockerfile Normal file
View File

@@ -0,0 +1,20 @@
FROM ubuntu:16.04
MAINTAINER Newnius <newnius.cn@gmail.com>
USER root
RUN apt-get update -y && \
apt-get install -y \
make \
python3 \
python3-dev \
gcc \
g++ \
libsasl2-dev \
libmysqlclient-dev
WORKDIR /var/www/html
ADD bootstrap.sh /etc/bootstrap.sh
CMD ["/etc/bootstrap.sh"]