Skip to content

Commit

Permalink
Add missing openssl support from ruby supplied alpine base image
Browse files Browse the repository at this point in the history
  • Loading branch information
TGWolf committed Jun 6, 2024
1 parent a26fbfd commit 1835166
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ message: If you use this software, please cite it using these metadata.
title: RubyGem Build & Release Docker Image
abstract: A docker container used by https://github.com/ActionsToolbox/gem-build-and-release-action
type: software
version: 0.1.0
date-released: 2024-06-05
version: 0.1.1
date-released: 2024-06-06
repository-code: https://github.com/ActionsToolbox/gem-build-and-release-docker-image
keywords:
- "Wolf Software"
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ RUN apk update && \
git=2.45.2-r0 \
gnupg=2.4.5-r0 \
gpg-agent=2.4.5-r0 \
openssl=3.3.0-r2 \
openssl-dev=3.3.0-r2 \
&& \
sed -i -e "s/bin\/ash/bin\/bash/" /etc/passwd && \
gem update --system && \
gem install bundler -v '~> 2.5' && \
rm -rf /var/cache/apk/*

Expand Down

0 comments on commit 1835166

Please sign in to comment.