Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

1.3K
Views
E: gnupg, gnupg2 y gnupg1 no parecen estar instalados, pero se requiere uno de ellos para esta operación

He instalado docker en windows 10 pro. Tengo un problema al ejecutar el siguiente comando en git-bash.

ventana acoplable-componer -d --construir

y obtuve el siguiente error.

 E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation (23) Failed writing body Error executing command, exiting ERROR: Service 'web' failed to build: The command '/bin/sh -c curl -sL https://deb.nodesource.com/setup_8.x | bash' returned a non-zero code: 1
over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

En su Dockerfile, ejecute esto primero:

 apt-get update && apt-get install -y gnupg2

o

 apt-get update && apt-get install -y gnupg
over 4 years ago · Santiago Trujillo Report

0

Me enfrenté al mismo problema:

E: gnupg, gnupg2 y gnupg1 no parecen estar instalados, pero se requiere uno de ellos para esta operación

Lo resolví usando los siguientes comandos:

 apt-get update apt-get install gnupg
over 4 years ago · Santiago Trujillo Report

0

Además de las respuestas existentes:

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

-y flag acepta los términos durante el proceso de instalación. Es importante no romper la construcción.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!