Skip to content

Commit 5725bc1

Browse files
committed
confir parallel
1 parent 595ea0b commit 5725bc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ 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 && \
101+
./configure \
101102
&& make \
102103
&& make install \
103104
&& make clean && \

0 commit comments

Comments
 (0)