anycable/anycable_rails_demo

dip provision error when adding yarn key

jjb opened this issue · 1 comments

jjb commented

my guess was that curl was not returning the response. that's not the case on my host system. maybe curl doesn't have the right cert. i tried adding --insecure, same behavior.

let me know if you would like any more info!

➔ dip --version
7.2.0
➔ git status -sb
## master...origin/master
➔ git log |head -n1
commit 4ebc76d63639c4672c2dfd7ff6a7869b83217b68
Step 10/16 : RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -   && echo 'deb http://dl.yarnpkg.com/debian/ stable main' > /etc/apt/sources.list.d/yarn.list
 ---> Running in 054868ea0cf2
Warning: apt-key output should not be parsed (stdout is not a terminal)
Segmentation fault
gpg: no valid OpenPGP data found.
ERROR: Service 'rails' failed to build : The command '/bin/sh -c curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -   && echo 'deb http://dl.yarnpkg.com/debian/ stable main' > /etc/apt/sources.list.d/yarn.list' returned a non-zero code: 2
ERROR: Command 'dip bundle install' executed with error.