ci/alpine: Install openssl package for testing

This commit is contained in:
Arne Welzel 2025-03-06 14:19:46 +01:00
parent 9f768d1896
commit 0b49eac057

View file

@ -2,7 +2,7 @@ FROM alpine:latest
# A version field to invalidate Cirrus's build cache when needed, as suggested in
# https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822
ENV DOCKERFILE_VERSION 20241024
ENV DOCKERFILE_VERSION 20250306
RUN apk add --no-cache \
bash \
@ -23,6 +23,7 @@ RUN apk add --no-cache \
linux-headers \
make \
openssh-client \
openssl \
openssl-dev \
procps \
py3-pip \