-
Notifications
You must be signed in to change notification settings - Fork 59
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-compose build fails with error #650
Comments
I believe I have narrowed it down to this error:
which is the first error I receive upon fresh cloning the repo and attempting docker-compose build. possibly due to this mhenrixon/sidekiq-unique-jobs#471 (comment) |
|
If you cloned the repo like me, make sure you're actually check out the v1.0.5 tag: |
@hirusi Thanks for your remind. Coping I'm testing others. |
@leopku It's better if you download the source code ZIP from here and use that: https://github.com/hometown-fork/hometown/releases/tag/v1.0.5%2B3.2.0. Direct link: https://github.com/hometown-fork/hometown/archive/v1.0.5+3.2.0.zip |
@hirusi Thank you. I'm just wanna test hometown as 3.3.0 version. I'll also test 3.2.0 later. |
After days of reinstalling and reinstalling, I finished testing of Hometown. I will be glad to upgrade to 1.0.6+3.3.0 A.S.A.P after Hometown official released. |
Thank you @leopku and @hirusi! #650 (comment) worked for me also. I git cloned the mastodon repo and checkout out the same tag there as the one I want to build here in Hometown. I copied over the lock file also. |
@mister-monster Did this ever get resolved? I would investigate but we are talking about fairly old Hometown versions now. |
modified the Dockerfile to break apart these commands, the command causing problems is
with this error
I believe this is to do with installing the gem bundle? Not that familiar with ruby.
fails on release 1.0.5 (latest stable release as of this comment) and on Ubuntu server 20.04, if that helps.
Edit: changed this comment due to errors in my initial write up.
The text was updated successfully, but these errors were encountered: