Skip to content

Commit

Permalink
Add OpenSSL to container build (#3467)
Browse files Browse the repository at this point in the history
PBENCH-1188

Running now on an up-to-date Fedora 38 laptop, I'm finally able to use
`jenkins/runlocal` without overriding the `BASE_IMAGE`... except that I
had to manually install the `openssl` package on my laptop, and it
apparently also needs to be manually installed inside the container
base image.
  • Loading branch information
dbutenhof authored Jun 16, 2023
1 parent eb37ffc commit fb64f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/pbenchinacan/container-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if [[ "${BASE_IMAGE}" == *"ubi9:latest" || "${BASE_IMAGE}" == *"centos:stream9"
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
fi
buildah run $container dnf install -y --nodocs \
/tmp/pbench-server.rpm nginx less rsyslog rsyslog-mmjsonparse
/tmp/pbench-server.rpm less nginx openssl rsyslog rsyslog-mmjsonparse
buildah run $container dnf clean all
buildah run $container rm -f /tmp/pbench-server.rpm

Expand Down

0 comments on commit fb64f6f

Please sign in to comment.