Closed igat64 closed 5 years ago
Having the exact same issue here, wainting for a genius to help us !
Found the solution : you are missing some libraries @igat64.
I ran failed commands until every one of them works :
docker-compose build --no-cache
causes /bin/sh -c bundle install
to fail/bin/sh -c bundle install
told me that nogokiri package failed and that I should make sure to have sudo gem install nokogiri -v '1.8.4' --source 'https://rubygems.org/'
running.sudo gem install nokogiri -v '1.8.4' --source 'https://rubygems.org/'
should work but it did not.sudo apt-get install libpng-dev
and sudo apt-get install --reinstall zlibc zlib1g zlib1g-dev
After that, I just had to execute commands backwards and the container is now up and running :+1:
Hope this helps, have fun :)
@AlexiZ all the command run inside the container; this is the purpose of Docker It's working for me even if zlibc is not installed on my Debian
/etc/docker/daemon.json
1.2 noexec
for /home, /tmp, /var/lib/docker in /etc/fstab
noexec on /tmp
This looks like a Docker issue rather than a theme issue. I'm not a Docker user so my troubleshooting knowledge is limited here. I should remove mention of Docker in the docs until I can more thoroughly test and verify it, perhaps.
Info: Docker Version 18.06.1-ce-mac73 (26764)
Steps:
git clone git@github.com:tomjoht/documentation-theme-jekyll.git && cd documentation-theme-jekyll
docker-compose build --no-cache && docker-compose up
Result: