-
-
Notifications
You must be signed in to change notification settings - Fork 535
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
Docker installation fails at step 8 #1140
Comments
There's no actual error in this output besides "it failed". Are you building the docker file from the guest accounts branch? |
I followed the instructions on the GitHub code page. Those say nothing about using or not using a guest account's branch, so it'll be whatever happens when you follow those instructions. |
The project is undergoing a major change, you'd have to use the guest_accounts branch to get anything to work at all. |
Thanks, I tried that but that failed as well:
|
Your version of Nim is too old. |
Step 8/18 : RUN nimble build -d:danger -d:lto -d:strip && nimble scss && nimble md
---> Running in 7601e82812ef
Verifying dependencies for [email protected]
Info: Dependency on jester@#baca3f already satisfied
Verifying dependencies for [email protected]
Info: Dependency on httpbeast@>= 0.3.0 already satisfied
Verifying dependencies for [email protected]
Info: Dependency on asynctools@#0e6bdc3ed5bae8c7cc9 already satisfied
Verifying dependencies for [email protected]
Info: Dependency on https://github.com/timotheecour/asynctools@#pr_fix_compilation already satisfied
Verifying dependencies for [email protected]
Info: Dependency on karax@#5cf360c already satisfied
Verifying dependencies for [email protected]
Info: Dependency on ws@any version already satisfied
Verifying dependencies for [email protected]
Info: Dependency on dotenv@>= 2.0.0 already satisfied
Verifying dependencies for [email protected]
Info: Dependency on sass@#7dfdd03 already satisfied
Verifying dependencies for [email protected]
Info: Dependency on nimcrypto@#4014ef9 already satisfied
Verifying dependencies for [email protected]
Info: Dependency on markdown@#158efe3 already satisfied
Verifying dependencies for [email protected]
Info: Dependency on packedjson@#9e6fbb6 already satisfied
Verifying dependencies for [email protected]
Info: Dependency on supersnappy@#6c94198 already satisfied
Verifying dependencies for [email protected]
Info: Dependency on redpool@#8b7c1db already satisfied
Verifying dependencies for [email protected]
Info: Dependency on https://github.com/zedeus/redis@#d0a0e6f already satisfied
Verifying dependencies for [email protected]
Info: Dependency on https://github.com/zedeus/redis@#d0a0e6f already satisfied
Verifying dependencies for [email protected]
Info: Dependency on zippy@#ca5989a already satisfied
Verifying dependencies for [email protected]
Info: Dependency on flatty@#e668085 already satisfied
Verifying dependencies for [email protected]
Info: Dependency on jsony@#ea811be already satisfied
Verifying dependencies for [email protected]
Building nitter/nitter using c backend
Tip: 38 messages have been suppressed, use --verbose to show them.
nimble.nim(229) buildFromDir
The command '/bin/sh -c nimble build -d:danger -d:lto -d:strip && nimble scss && nimble md' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered: