Skip to content

Commit

Permalink
試し
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Y89 committed Oct 28, 2024
1 parent 79053cb commit a8c503b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile.system-test
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ 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 && \
cd /tmp/bats-core && \
./install.sh /usr/local && \
rm -rf /tmp/bats-core

ENV BC_DIR /bucky-core/
ENV PATH /bucky-core/exe/:$PATH
WORKDIR $BC_DIR
Expand All @@ -33,6 +39,7 @@ 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 a8c503b

Please sign in to comment.