From 40a8ddfad08908f5c6b0763b38a68986efcbb0e1 Mon Sep 17 00:00:00 2001 From: Newnius Date: Tue, 20 Mar 2018 11:16:01 +0800 Subject: [PATCH] update EasyBigdata --- EasyBigdata/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EasyBigdata/Dockerfile b/EasyBigdata/Dockerfile index 01dd3a0..48d7f9d 100644 --- a/EasyBigdata/Dockerfile +++ b/EasyBigdata/Dockerfile @@ -21,7 +21,7 @@ RUN apk update && \ RUN ln -s /usr/include/python3.6m /usr/include/python3.6 -RUN ln -s /usr/include/python3.6m /usr/include/python +RUN ln -s /usr/bin/python3.6 /usr/bin/python WORKDIR /var/www/html