Skip to content

Commit 2a1dd3c

Browse files
authored
Update Dockerfile
1 parent db4ead4 commit 2a1dd3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,8 @@ RUN curl -fSL https://github.com/openwebwork/pg/archive/${PG_BRANCH}.tar.gz -o /
103103
RUN curl -fSL https://github.com/mathjax/MathJax/archive/master.tar.gz -o /tmp/mathjax.tar.gz \
104104
&& tar xzf /tmp/mathjax.tar.gz \
105105
&& mv MathJax-master $APP_ROOT/MathJax \
106-
107106
&& rm /tmp/mathjax.tar.gz
108107
#&& rm /tmp/VERSION
109-
110108
#curl -fSL https://github.com/openwebwork/webwork2/archive/WeBWorK-${WEBWORK_VERSION}.tar.gz -o /tmp/WeBWorK-${WEBWORK_VERSION}.tar.gz \
111109
#&& tar xzf /tmp/WeBWorK-${WEBWORK_VERSION}.tar.gz \
112110
#&& mv webwork2-WeBWorK-${WEBWORK_VERSION} $APP_ROOT/webwork2 \

0 commit comments

Comments
 (0)