Skip to content

Commit

Permalink
ci: Update base image and pull in additional packages
Browse files Browse the repository at this point in the history
This updates the base image to Fedora 38 from Fedora 34, and install
the p11-kit-devel and softhsm packages, which are needed to test the
p11-kit generate-keypair command.

Signed-off-by: Daiki Ueno <[email protected]>
  • Loading branch information
ueno committed Oct 4, 2023
1 parent fc6d0e2 commit 1cec784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM fedora:34
FROM fedora:38

MAINTAINER Daiki Ueno <[email protected]>

RUN dnf -y update
RUN dnf -y install 'dnf-command(builddep)'
RUN dnf -y builddep 'p11-kit'
RUN dnf install -y gettext-devel git libtool make opensc openssl valgrind meson ninja-build bash-completion lcov python-pip libasan libubsan clang-analyzer mingw64-gcc mingw64-libffi mingw64-libtasn1 wine cppcheck gnutls-utils
RUN dnf install -y gettext-devel git libtool make opensc openssl valgrind meson ninja-build bash-completion lcov python-pip libasan libubsan clang-analyzer mingw64-gcc mingw64-libffi mingw64-libtasn1 wine cppcheck gnutls-utils p11-kit-devel softhsm
RUN dnf clean all

0 comments on commit 1cec784

Please sign in to comment.