Skip to content

Commit

Permalink
Merge pull request #2983 from cyberark/policy-parser-bigdecimal-build
Browse files Browse the repository at this point in the history
Add build tools to policy-parser image for compiling bigdecimal
  • Loading branch information
telday authored Oct 11, 2023
2 parents 33c8cde + 88e5939 commit 84412a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gems/policy-parser/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cyberark/ubuntu-ruby-fips:latest
FROM cyberark/ubuntu-ruby-builder:latest

RUN mkdir /src
WORKDIR /src
Expand All @@ -11,3 +11,5 @@ COPY lib/conjur-policy-parser-version.rb lib/conjur-policy-parser-version.rb
ENV BUNDLER_VERSION=2.4.14
RUN gem install bundler -v ${BUNDLER_VERSION} && \
bundle install

ENV OPENSSL_CONF=/usr/lib/ssl/openssl.cnf

0 comments on commit 84412a2

Please sign in to comment.