提交 ac241cbc 编写于 作者: G gangliao 提交者: GitHub

Merge pull request #312 from Yancey1989/fix311

Fix build docker image failed
......@@ -74,6 +74,9 @@ RUN curl https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz -o go1.8
tar -zxvf go1.8.linux-amd64.tar.gz -C /usr/local/ && \
rm go1.8.linux-amd64.tar.gz
ENV GOROOT /usr/local/go
ENV PATH \${GOROOT}/bin:\${PATH}
#convert md to ipynb
RUN /bin/bash /book/.tools/convert-markdown-into-ipynb-and-test.sh
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册