Skip to content

Commit f2cb0c7

Browse files
lirshindalmanlshindelman
andauthored
Support Ruby lockfile generation on Alpine image (#2926)
add ruby-dev build-base to cdxgen-alpine-ruby34 dockerfile Signed-off-by: lshindelman <[email protected]> Co-authored-by: lshindelman <[email protected]>
1 parent 5f55fe0 commit f2cb0c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/images/alpine/Dockerfile.ruby3.4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ RUN set -e; \
4949
py3-pip \
5050
py3-virtualenv \
5151
tar \
52+
&& apk add --no-cache ruby-dev build-base \
5253
&& npm install -g corepack \
5354
&& /usr/bin/python --version \
5455
&& /usr/bin/python -m pip install \

0 commit comments

Comments
 (0)