Skip to content

Commit

Permalink
Merge branch 'master' into release-v0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Floeder <anthony.floeder@hpe.com>
  • Loading branch information
ajfloeder committed Aug 22, 2024
2 parents 2d386ae + 042f4c6 commit 61052d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2023 Hewlett Packard Enterprise Development LP
# Copyright 2021-2024 Hewlett Packard Enterprise Development LP
# Other additional copyright holders may be indicated within.
#
# The entirety of this work is licensed under the Apache License,
Expand Down Expand Up @@ -86,7 +86,7 @@ RUN wget https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.0.tar.g
&& make all install

###############################################################################
FROM mpioperator/openmpi:0.4.0 as production
FROM mpioperator/openmpi:0.4.0 AS production

# Provides nslookup for NNF Containers. Used for MPI Launcher InitContainers.
RUN apt-get update && apt-get install -y dnsutils && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 61052d0

Please sign in to comment.