From 8c06a54eaed9c031461bb9cf16887703008d3c2b Mon Sep 17 00:00:00 2001 From: Newnius Date: Fri, 16 Mar 2018 13:55:30 +0800 Subject: [PATCH] update --- EasyBigdata/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EasyBigdata/Dockerfile b/EasyBigdata/Dockerfile index 36ecb32..01dd3a0 100644 --- a/EasyBigdata/Dockerfile +++ b/EasyBigdata/Dockerfile @@ -21,6 +21,8 @@ RUN apk update && \ RUN ln -s /usr/include/python3.6m /usr/include/python3.6 +RUN ln -s /usr/include/python3.6m /usr/include/python + WORKDIR /var/www/html ADD bootstrap.sh /etc/bootstrap.sh