This commit is contained in:
Newnius 2018-03-16 13:55:30 +08:00
parent cadfbe03b3
commit 8c06a54eae

View File

@ -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