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"]
|
||||||
1
EasyBigdata/README.md
Normal file
1
EasyBigdata/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Make programming on big data visiable and dragable
|
||||||
3
EasyBigdata/bootstrap.sh
Executable file
3
EasyBigdata/bootstrap.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
/var/www/html/build/env/bin/desktop 0.0.0.0:8888
|
||||||
Reference in New Issue
Block a user