We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4ead4 commit 2a1dd3cCopy full SHA for 2a1dd3c
Dockerfile
@@ -103,10 +103,8 @@ RUN curl -fSL https://github.com/openwebwork/pg/archive/${PG_BRANCH}.tar.gz -o /
103
RUN curl -fSL https://github.com/mathjax/MathJax/archive/master.tar.gz -o /tmp/mathjax.tar.gz \
104
&& tar xzf /tmp/mathjax.tar.gz \
105
&& mv MathJax-master $APP_ROOT/MathJax \
106
-
107
&& rm /tmp/mathjax.tar.gz
108
#&& rm /tmp/VERSION
109
110
#curl -fSL https://github.com/openwebwork/webwork2/archive/WeBWorK-${WEBWORK_VERSION}.tar.gz -o /tmp/WeBWorK-${WEBWORK_VERSION}.tar.gz \
111
#&& tar xzf /tmp/WeBWorK-${WEBWORK_VERSION}.tar.gz \
112
#&& mv webwork2-WeBWorK-${WEBWORK_VERSION} $APP_ROOT/webwork2 \
0 commit comments