LoginSignup
0
0

More than 3 years have passed since last update.

docker-compose buildで、The following signatures were invalid: KEYEXPIRED ~ と出た時の対処

Last updated at Posted at 2020-05-18

[メモ]

RUN apt-get update && apt-get install -y ~~~~

の前に以下を記載して再build

RUN sed -i 's;http://archive.debian.org/debian/;http://deb.debian.org/debian/;' /etc/apt/sources.list

参考:https://github.com/confluentinc/cp-docker-images/issues/849

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0