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 7a31fe8 commit 80af8c9Copy full SHA for 80af8c9
util/dockerfiles/Dockerfile
@@ -26,7 +26,7 @@ ENV CHPL_HOME /opt/chapel/$CHPL_VERSION
26
ENV CHPL_GMP system
27
28
RUN mkdir -p /opt/chapel \
29
- && wget -q -O - https://github.com/chapel-lang/chapel/releases/download/$CHPL_VERSION/chpel-$CHPL_VERSION.tar.gz | tar -xzC /opt/chapel --transform 's/chapel-//' \
+ && wget -q -O - https://github.com/chapel-lang/chapel/releases/download/$CHPL_VERSION/chapel-$CHPL_VERSION.tar.gz | tar -xzC /opt/chapel --transform 's/chapel-//' \
30
&& make -C $CHPL_HOME \
31
&& make -C $CHPL_HOME chpldoc test-venv mason \
32
&& make -C $CHPL_HOME cleanall
0 commit comments