-
-
Notifications
You must be signed in to change notification settings - Fork 541
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 nitter@0.1.0
Info: Dependency on jester@#baca3f already satisfied
Verifying dependencies for jester@0.5.0
Info: Dependency on httpbeast@>= 0.3.0 already satisfied
Verifying dependencies for httpbeast@0.4.1
Info: Dependency on asynctools@#0e6bdc3ed5bae8c7cc9 already satisfied
Verifying dependencies for asynctools@0.1.1
Info: Dependency on https://github.com/timotheecour/asynctools@#pr_fix_compilation already satisfied
Verifying dependencies for asynctools@0.1.1
Info: Dependency on karax@#5cf360c already satisfied
Verifying dependencies for karax@1.3.0
Info: Dependency on ws@any version already satisfied
Verifying dependencies for ws@0.5.0
Info: Dependency on dotenv@>= 2.0.0 already satisfied
Verifying dependencies for dotenv@2.0.1
Info: Dependency on sass@#7dfdd03 already satisfied
Verifying dependencies for sass@0.3.0
Info: Dependency on nimcrypto@#4014ef9 already satisfied
Verifying dependencies for nimcrypto@0.5.4
Info: Dependency on markdown@#158efe3 already satisfied
Verifying dependencies for markdown@0.8.6
Info: Dependency on packedjson@#9e6fbb6 already satisfied
Verifying dependencies for packedjson@0.2.2
Info: Dependency on supersnappy@#6c94198 already satisfied
Verifying dependencies for supersnappy@2.1.3
Info: Dependency on redpool@#8b7c1db already satisfied
Verifying dependencies for redpool@0.1.0
Info: Dependency on https://github.com/zedeus/redis@#d0a0e6f already satisfied
Verifying dependencies for redis@0.3.0
Info: Dependency on https://github.com/zedeus/redis@#d0a0e6f already satisfied
Verifying dependencies for redis@0.3.0
Info: Dependency on zippy@#ca5989a already satisfied
Verifying dependencies for zippy@0.10.7
Info: Dependency on flatty@#e668085 already satisfied
Verifying dependencies for flatty@0.3.4
Info: Dependency on jsony@#ea811be already satisfied
Verifying dependencies for jsony@1.1.5
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: