Install Package Nginx Signature GPG error for version 4.0.3 #1266
-
Current BehaviorIn my Dockerfile, I get the v4.0.3 image and do an atp-get update and get the following error message. #################################### RUN apt-get update Errors: Expected BehaviorIn my Dockerfile, I get the v4.0.3 image and do an atp-get update and get the following error message. #################################### RUN apt-get update Errors: Docker Compose VersionDocker Compose version v2.23.0 Docker Version
The git RevisionN/A The git Status
Startup Commanddocker compose up -d NetBox Logs
Content of docker-compose.override.ymlversion: '3.4'
services:
netbox:
ports:
- '8080:8080' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The key was changed by Nginx a few days ago. You can run curl --silent --output /usr/share/keyrings/nginx-keyring.gpg \
https://unit.nginx.org/keys/nginx-keyring.gpg to get the current key. |
Beta Was this translation helpful? Give feedback.
The key was changed by Nginx a few days ago. You can run
to get the current key.