Skip to content

Commit

Permalink
Add forgotten bashslash
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexlHer committed Sep 6, 2023
1 parent 3835250 commit 1e81824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/minimal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN cd /tmp \
# "/usr/local/parmetis_openmpi" et la version MPICH est
# installé dans le répértoire "/usr/local/parmetis_mpich".
RUN cd /tmp \
&& ARCH=`uname -m`
&& ARCH=`uname -m` \
\
&& wget https://ftp.mcs.anl.gov/pub/pdetools/spack-pkgs/parmetis-4.0.3.tar.gz \
&& tar -zxf parmetis-4.0.3.tar.gz \
Expand Down

0 comments on commit 1e81824

Please sign in to comment.