We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c503b commit d15e45cCopy full SHA for d15e45c
Dockerfile.system-test
@@ -24,8 +24,7 @@ RUN apk update && \
24
curl \
25
parallel
26
27
-RUN git config --global http.sslVerify false && \
28
- git clone https://github.com/bats-core/bats-core.git /tmp/bats-core && \
+RUN git clone https://github.com/bats-core/bats-core.git /tmp/bats-core && \
29
cd /tmp/bats-core && \
30
./install.sh /usr/local && \
31
rm -rf /tmp/bats-core
@@ -39,7 +38,6 @@ RUN gem install bundler -v 2.5.18 && \
39
38
echo 'gem: --no-document' >> ~/.gemrc && \
40
cp ~/.gemrc /etc/gemrc && \
41
chmod uog+r /etc/gemrc && \
42
- git config --global http.sslVerify false && \
43
bundle config --global build.nokogiri --use-system-libraries && \
44
bundle config --global jobs 4 && \
45
bundle install && \
0 commit comments