Skip to content

Commit 595ea0b

Browse files
committed
syntax
1 parent 35cbf27 commit 595ea0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ ENV INSTALL_DIR /opt/install/src
9797
RUN mkdir -p $INSTALL_DIR/parallel && cd $INSTALL_DIR/parallel && \
9898
wget https://ftpmirror.gnu.org/parallel/parallel-20240422.tar.bz2 \
9999
&& tar -xf parallel-20240422.tar.bz2 \
100-
&& cd parallel-20240422 && \
100+
&& cd parallel-20240422 \
101101
&& make \
102102
&& make install \
103103
&& make clean && \

0 commit comments

Comments
 (0)