Skip to content

Commit 3e00575

Browse files
config(lcm): Fixing error import jruby-openssl during build lcm image
1 parent 8f07b40 commit 3e00575

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

.gdc-ii-config.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11
microservices:
2-
lcm-bricks:
3-
docker:
4-
dockerfile: './Dockerfile'
5-
# specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote
6-
# image when promoteImage configure false
7-
promoteImage: false
8-
# specifies whether run register pipeline components for the image when promote image. Default always run register
9-
# pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false
10-
registerPipelineComponentsWhenPromote: false
11-
argumentsFromFiles:
12-
BRICKS_VERSION: 'VERSION'
132
lcm-bricks-nextversion:
143
docker:
154
dockerfile: './Dockerfile'

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LABEL git_repository_url="https://github.com/gooddata/gooddata-ruby/"
99
LABEL parent_image="020413372491.dkr.ecr.us-east-1.amazonaws.com/tools/gdc-java-11-jre-centos9:202501070635.05b6a77"
1010

1111
# which is required by RVM
12-
RUN yum install -y which patch make unzip gnupg git maven procps gzip \
12+
RUN yum install -y gcc gcc-c++ which patch make unzip gnupg git maven procps gzip \
1313
&& yum clean all \
1414
&& rm -rf /var/cache/yum
1515

0 commit comments

Comments
 (0)