diff --git a/.gdc-ii-config.yaml b/.gdc-ii-config.yaml index 501c06355..72721e939 100644 --- a/.gdc-ii-config.yaml +++ b/.gdc-ii-config.yaml @@ -1,15 +1,4 @@ microservices: - lcm-bricks: - docker: - dockerfile: './Dockerfile' - # specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote - # image when promoteImage configure false - promoteImage: false - # specifies whether run register pipeline components for the image when promote image. Default always run register - # pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false - registerPipelineComponentsWhenPromote: false - argumentsFromFiles: - BRICKS_VERSION: 'VERSION' lcm-bricks-nextversion: docker: dockerfile: './Dockerfile' diff --git a/Dockerfile b/Dockerfile index 476db9966..3b44de541 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ LABEL git_repository_url="https://github.com/gooddata/gooddata-ruby/" LABEL parent_image="020413372491.dkr.ecr.us-east-1.amazonaws.com/tools/gdc-java-11-jre-centos9:202501070635.05b6a77" # which is required by RVM -RUN yum install -y which patch make unzip gnupg git maven procps gzip \ +RUN yum install -y gcc gcc-c++ which patch make unzip gnupg git maven procps gzip \ && yum clean all \ && rm -rf /var/cache/yum