ich777 / docker-steamcmd-server

Simple Dockerfile that installs steamcmd and a selected game server
121 stars 98 forks source link

GPG error - The following signatures were invalid: EXPKEYSIG DFA175A75104960E #11

Closed RedSpid3r closed 3 years ago

RedSpid3r commented 3 years ago

Trying to build and getting the following error

 => ERROR [2/5] RUN dpkg --add-architecture i386 &&  apt-get update &&  apt-get -y install lib32gcc1 screen xvfb &&  rm -rf /var/lib/apt/lists/*                                                                                                                                                                     8.4s 
------
 > [2/5] RUN dpkg --add-architecture i386 &&    apt-get update &&       apt-get -y install lib32gcc1 screen xvfb &&     rm -rf /var/lib/apt/lists/*:
#5 0.543 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
#5 0.547 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
#5 0.669 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
#5 0.745 Get:4 http://deb.debian.org/debian buster/main i386 Packages [7,864 kB]
#5 0.809 Get:5 http://security.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
#5 0.865 Get:6 https://dl.winehq.org/wine-builds/debian buster InRelease [6,259 B]
#5 0.963 Get:8 https://dl.winehq.org/wine-builds/debian buster/main i386 Packages [1,025 kB]
#5 1.066 Get:9 http://security.debian.org/debian-security buster/updates/main i386 Packages [291 kB]
#5 1.180 Get:10 https://dl.winehq.org/wine-builds/debian buster/main amd64 Packages [984 kB]
#5 1.751 Get:7 http://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10 ./ InRelease [1,546 B]
#5 1.808 Err:7 http://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10 ./ InRelease
#5 1.808   The following signatures were invalid: EXPKEYSIG DFA175A75104960E Emulators OBS Project <Emulators@build.opensuse.org>
#5 3.705 Get:11 http://deb.debian.org/debian buster/main amd64 Packages [7,907 kB]
#5 5.254 Get:12 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
#5 5.254 Get:13 http://deb.debian.org/debian buster-updates/main i386 Packages [10.9 kB]
#5 6.050 Reading package lists...
#5 6.811 W: GPG error: http://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10 ./ InRelease: The following signatures were invalid: EXPKEYSIG DFA175A75104960E Emulators OBS Project <Emulators@build.opensuse.org>
#5 6.811 E: The repository 'http://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10 ./ InRelease' is not signed.
------
executor failed running [/bin/sh -c dpkg --add-architecture i386 &&     apt-get update &&       apt-get -y install lib32gcc1 screen xvfb &&     rm -rf /var/lib/apt/lists/*]: exit code: 100

Quick google search brought up the following: https://forum.winehq.org/viewtopic.php?f=8&t=34701

ich777 commented 3 years ago

@RedSpid3r I will look into this ASAP

ich777 commented 3 years ago

@RedSpid3r is this something that needs to be fixed? you can always use the base image in your container: FROM ich777/winehq-baseimage