Skip to content

Commit

Permalink
chore(Dockerfile): remove SSL verification bypass and bats-core insta…
Browse files Browse the repository at this point in the history
…llation

This change eliminates the previous configuration that disabled SSL verification and removes the installation of bats-core. This may help enhance security by ensuring SSL verification and reduce potential build dependencies.
  • Loading branch information
T-Y89 committed Oct 25, 2024
1 parent 598aefc commit 79053cb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Dockerfile.system-test
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ RUN apk update && \
curl \
parallel

# SSL検証を無効にする設定を追加
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 Down

0 comments on commit 79053cb

Please sign in to comment.