Skip to content

Commit d15e45c

Browse files
committed
delete SSL config
1 parent a8c503b commit d15e45c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile.system-test

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ RUN apk update && \
2424
curl \
2525
parallel
2626

27-
RUN git config --global http.sslVerify false && \
28-
git clone https://github.com/bats-core/bats-core.git /tmp/bats-core && \
27+
RUN git clone https://github.com/bats-core/bats-core.git /tmp/bats-core && \
2928
cd /tmp/bats-core && \
3029
./install.sh /usr/local && \
3130
rm -rf /tmp/bats-core
@@ -39,7 +38,6 @@ RUN gem install bundler -v 2.5.18 && \
3938
echo 'gem: --no-document' >> ~/.gemrc && \
4039
cp ~/.gemrc /etc/gemrc && \
4140
chmod uog+r /etc/gemrc && \
42-
git config --global http.sslVerify false && \
4341
bundle config --global build.nokogiri --use-system-libraries && \
4442
bundle config --global jobs 4 && \
4543
bundle install && \

0 commit comments

Comments
 (0)