Skip to content

Commit

Permalink
Added openssl binaries to alpine build-kit image
Browse files Browse the repository at this point in the history
Signed-off-by: aw <[email protected]>
  • Loading branch information
a-w50 committed Oct 23, 2023
1 parent 49fc1fb commit 77ce3b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/images/build-kit/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ RUN apk add --no-cache \
# required by RiseV2G
maven \
# required by pybind11
python3-dev
python3-dev \
# required for certificate generation
openssl

RUN python3 -m pip install \
environs>=9.5.0 \
Expand Down

0 comments on commit 77ce3b6

Please sign in to comment.