Skip to content

Commit

Permalink
delete SSL config
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Y89 committed Oct 28, 2024
1 parent a8c503b commit d15e45c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile.system-test
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ RUN apk update && \
curl \
parallel

RUN git config --global http.sslVerify false && \
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 && \
cd /tmp/bats-core && \
./install.sh /usr/local && \
rm -rf /tmp/bats-core
Expand All @@ -39,7 +38,6 @@ RUN gem install bundler -v 2.5.18 && \
echo 'gem: --no-document' >> ~/.gemrc && \
cp ~/.gemrc /etc/gemrc && \
chmod uog+r /etc/gemrc && \
git config --global http.sslVerify false && \
bundle config --global build.nokogiri --use-system-libraries && \
bundle config --global jobs 4 && \
bundle install && \
Expand Down

0 comments on commit d15e45c

Please sign in to comment.