Skip to content

Commit

Permalink
Merge pull request #5201 from kiy0taka/fix/ca-certificates
Browse files Browse the repository at this point in the history
開発用コンテナでプラグインインストール時に発生する証明書エラーの対応
  • Loading branch information
chihiro-adachi authored Nov 8, 2021
2 parents b0c61a5 + 26a50d1 commit e955010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apt-get update \
unzip \
zlib1g-dev \
libwebp-dev \
&& apt-get upgrade -y ca-certificates \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& echo "en_US.UTF-8 UTF-8" >/etc/locale.gen \
Expand Down

0 comments on commit e955010

Please sign in to comment.