File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,17 @@ WORKDIR /CEASIOMpy/installation/Ubuntu/
35
35
# Copy the required installation scripts from local context
36
36
COPY ./installation/Ubuntu/install_pyavl.sh .
37
37
COPY ./installation/Ubuntu/install_su2_with_mpi.sh .
38
- # COPY installation/Ubuntu/install_pentagrow.sh .
38
+ COPY ./ installation/Ubuntu/install_pentagrow.sh .
39
39
40
40
# Make the scripts executable
41
41
RUN chmod +x install_*.sh
42
42
43
43
WORKDIR /CEASIOMpy
44
44
45
45
# Run the installation scripts
46
- RUN installation/Ubuntu/install_pyavl.sh
47
- RUN installation/Ubuntu/install_su2_with_mpi.sh
46
+ RUN installation/Ubuntu/install_pyavl.sh \
47
+ installation/Ubuntu/install_su2_with_mpi.sh && \
48
+ installation/Ubuntu/install_pentagrow.sh
48
49
49
50
# Go from /CEASIOMpy/INSTALLDIR to /INSTALLDIR
50
51
RUN mkdir -p /INSTALLDIR && \
You can’t perform that action at this time.
0 commit comments