mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-15 10:26:44 +00:00
add EasyBigdata
This commit is contained in:
20
EasyBigdata/Dockerfile
Normal file
20
EasyBigdata/Dockerfile
Normal 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"]
|
||||
Reference in New Issue
Block a user