Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node install error #24

Open
mvquispea opened this issue Oct 22, 2021 · 1 comment
Open

Node install error #24

mvquispea opened this issue Oct 22, 2021 · 1 comment

Comments

@mvquispea
Copy link

RUN curl -sL https://deb.nodesource.com/setup_6.x | bash \

W: GPG error: https://deb.nodesource.com trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1655A0AB68576280

@jrichardsz
Copy link

I have the same error:

reading package lists...
W: GPG error: https://deb.nodesource.com trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1655A0AB68576280
Reading package lists...
Building dependency tree...
Reading state information...
fontforge is already the newest version.
unzip is already the newest version.
The following NEW packages will be installed:
  nodejs yarn
0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
Need to get 11.7 MB of archives.
After this operation, 54.8 MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  nodejs
E: There are problems and -y was used without --force-yes
The command '/bin/sh -c curl -sL https://deb.nodesource.com/setup_6.x | bash     && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -     && echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list     && apt-get update     && apt-get install -y --no-install-recommends         nodejs         yarn="$YARN_VERSION"         unzip         fontforge' returned a non-zero code: 100
  • os: ubuntu 18
  • command: docker build -t canvas-docker .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants