File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444COPY locale.gen /etc/locale.gen
4545RUN locale-gen
4646
47- # Add codeclimate
48- RUN curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > /usr/local/bin/cc-test-reporter && chmod +x /usr/local/bin/cc-test-reporter
49-
5047ARG PG_VERSION
5148ARG PG_MAJOR
5249ENV PG_VERSION=$PG_VERSION
Original file line number Diff line number Diff line change @@ -140,9 +140,6 @@ RUN cpanm install IPC::Run
140140COPY locale.gen /etc/locale.gen
141141RUN locale-gen
142142
143- # Add codeclimate
144- RUN curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > /usr/local/bin/cc-test-reporter && chmod +x /usr/local/bin/cc-test-reporter
145-
146143ARG PG_VERSION
147144ARG PG_MAJOR
148145ENV PG_VERSION=$PG_VERSION
Original file line number Diff line number Diff line change 4545COPY locale.gen /etc/locale.gen
4646RUN locale-gen
4747
48- # Add codeclimate
49- RUN curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > /usr/local/bin/cc-test-reporter && chmod +x /usr/local/bin/cc-test-reporter
50-
5148ARG PG_VERSION
5249ARG PG_MAJOR
5350ENV PG_VERSION=$PG_VERSION
Original file line number Diff line number Diff line change @@ -40,9 +40,6 @@ apt-get install -y --no-install-recommends \
4040rm -rf /var/lib/apt/lists/*
4141EOF
4242
43- # Add codeclimate
44- RUN curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > /usr/local/bin/cc-test-reporter && chmod +x /usr/local/bin/cc-test-reporter
45-
4643ARG PG_VERSIONS
4744ENV PG_VERSIONS=$PG_VERSIONS
4845
You can’t perform that action at this time.
0 commit comments