Skip to content

Commit

Permalink
Remove install of openmpi/bash (already installed)
Browse files Browse the repository at this point in the history
These packages are already provided via nnf-mfu.
  • Loading branch information
bdevcich committed Aug 23, 2023
1 parent e1d7fa9 commit 42560b0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ ENTRYPOINT [ "make", "test" ]
###############################################################################
FROM $NNFMFU_TAG_BASE:$NNFMFU_VERSION

RUN apt update

RUN apt install -y openmpi-bin

# TODO Remove this
RUN apt install -y bash

# The following lines are from the mpiFileUtils (nnf-mfu) Dockerfile;
# do not change them unless you know what it is you are doing
RUN sed -i "s/[ #]\(.*StrictHostKeyChecking \).*/ \1no/g" /etc/ssh/ssh_config \
Expand Down

0 comments on commit 42560b0

Please sign in to comment.