Skip to content

Commit 80a71be

Browse files
committed
Update acceptance Dockerfile for ruby3
1 parent dbb0e34 commit 80a71be

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

spec/acceptance/Dockerfile.entitlements-gitrepo-auditor-plugin

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.7.5-buster
1+
FROM ruby:3.1-slim
22
LABEL maintainer="GitHub Security Ops <[email protected]>"
33
ENV HOME /root
44
ENV RELEASE=buster
@@ -9,7 +9,12 @@ WORKDIR /data/entitlements
99
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
1010
build-essential \
1111
cmake \
12-
ldap-utils
12+
gcc \
13+
git \
14+
ldap-utils \
15+
make \
16+
iputils-ping \
17+
pkg-config
1318

1419
# Install bundler
1520
RUN gem install bundler

0 commit comments

Comments
 (0)