We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10272c2 commit cd01549Copy full SHA for cd01549
1 file changed
circleci/images/exttester/Dockerfile
@@ -133,8 +133,8 @@ EOF
133
RUN curl --proto '=https' --tlsv1.2 --silent --show-error https://sh.rustup.rs | sh -s -- -y
134
ENV PATH="/root/.cargo/bin:${PATH}"
135
136
-# install the Perl modules needed for all TAP-based tests (CDC, isolation, etc.)
137
-RUN cpanm --notest IPC::Run DBI DBD::Pg
+# perl's lib IPC::Run is required to run tap tests
+RUN cpanm install IPC::Run
138
139
# make special locales available
140
COPY locale.gen /etc/locale.gen
0 commit comments