File tree 1 file changed +5
-8
lines changed
checks/containers/buildah/src
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
- FROM debian:11.6
1
+ FROM docker.io/opensuse/leap:15.5
2
2
3
- RUN apt-get update && apt-get install -y \
4
- build-essential \
5
- wget \
6
- ca-certificates \
7
- --no-install-recommends \
8
- && rm -rf /var/lib/apt/lists/*
3
+ RUN zypper install -y -t pattern devel_basis \
4
+ && zypper install -y which wget gzip gcc-c++ \
5
+ && zypper clean --all
9
6
10
7
RUN wget -q http://www.mpich.org/static/downloads/3.1.4/mpich-3.1.4.tar.gz \
11
8
&& tar xf mpich-3.1.4.tar.gz \
@@ -28,4 +25,4 @@ RUN wget -q http://mvapich.cse.ohio-state.edu/download/mvapich/osu-micro-benchma
28
25
&& rm -rf osu-micro-benchmarks-5.3.2 \
29
26
&& rm osu-micro-benchmarks-5.3.2.tar.gz
30
27
31
- CMD / usr/local/libexec/osu-micro-benchmarks/mpi/pt2pt/osu_bw
28
+ CMD usr/local/libexec/osu-micro-benchmarks/mpi/pt2pt/osu_bw
You can’t perform that action at this time.
0 commit comments