lageIBUSP / notaR

Repositório para o código do notaR 4.0
2 stars 2 forks source link

Container r fails to build #95

Closed Lobz closed 4 months ago

Lobz commented 6 months ago

Erro ao buildar o container r:

Building r
Step 1/11 : FROM r-base:4.0.3
 ---> ab694d121fd7
Step 2/11 : RUN apt-get update --fix-missing && apt-get install -y     libmariadb-dev     libssl-dev
 ---> Running in c0413a563174
Get:2 http://deb.debian.org/debian testing InRelease [157 kB]
Get:1 http://deb.debian.org/debian sid InRelease [198 kB]
Err:2 http://deb.debian.org/debian testing InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131
Err:1 http://deb.debian.org/debian sid InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131
Reading package lists...
W: GPG error: http://deb.debian.org/debian testing InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131
E: The repository 'http://deb.debian.org/debian testing InRelease' is not signed.
W: GPG error: http://deb.debian.org/debian sid InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131
E: The repository 'http://http.debian.net/debian sid InRelease' is not signed.
ERROR: Service 'r' failed to build: The command '/bin/sh -c apt-get update --fix-missing && apt-get install -y     libmariadb-dev     libssl-dev' returned a non-zero code: 100

Provavelmente é uma questão de atualizar a imagem base