Skip to content

Commit cd01549

Browse files
committed
Refactor Dockerfile to install IPC::Run without testing and remove unnecessary comments
1 parent 10272c2 commit cd01549

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

circleci/images/exttester/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ EOF
133133
RUN curl --proto '=https' --tlsv1.2 --silent --show-error https://sh.rustup.rs | sh -s -- -y
134134
ENV PATH="/root/.cargo/bin:${PATH}"
135135

136-
# install the Perl modules needed for all TAP-based tests (CDC, isolation, etc.)
137-
RUN cpanm --notest IPC::Run DBI DBD::Pg
136+
# perl's lib IPC::Run is required to run tap tests
137+
RUN cpanm install IPC::Run
138138

139139
# make special locales available
140140
COPY locale.gen /etc/locale.gen

0 commit comments

Comments
 (0)