File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ steps:
3636 - docker-compose#v3.9.0:
3737 run : ci
3838
39- - name : " Verify dependency licenses"
40- command : " go get -v ./... && license_finder"
41- env :
42- DOCKER_BUILDKIT : 1
43- plugins :
44- - docker-compose#v3.9.0:
45- run : ci
39+ # - name: "Verify dependency licenses"
40+ # command: "go get -v ./... && license_finder"
41+ # env:
42+ # DOCKER_BUILDKIT: 1
43+ # plugins:
44+ # - docker-compose#v3.9.0:
45+ # run: ci
4646
4747 - wait
4848
Original file line number Diff line number Diff line change 33ARG GO_VERSION=1.22.11
44FROM pscale.dev/wolfi-prod/go:${GO_VERSION} AS build
55
6- RUN apk add --no-cache coreutils openssl openssl-dev libxcrypt ruby-3.2 ruby-3.2-dev
7- RUN gem install openssl license_finder
6+ # RUN apk add --no-cache build-base openssl openssl-dev libxcrypt ruby-3.2 ruby-3.2-dev
7+ # RUN gem install openssl license_finder
88
99ENTRYPOINT []
1010WORKDIR /airbyte-source
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ RUN apk update
44RUN apk upgrade
55
66RUN apk add ruby go git
7- RUN gem install license_finder
7+ # RUN gem install license_finder
You can’t perform that action at this time.
0 commit comments