scragg0x / realms-wiki

Git based wiki inspired by Gollum
http://realms.io
GNU General Public License v2.0
833 stars 91 forks source link

Docker image broken #208

Closed akvadrako closed 6 years ago

akvadrako commented 7 years ago
docker run --name realms-wiki -p 5000:5000 -d realms/realms-wiki
...
Digest: sha256:077e433f13eab5e3864e9669395a900baa4cc1212cc88969e03e6a57c8ee84f1
Status: Downloaded newer image for realms/realms-wiki:latest
a57f9e3e69a01312fc4666b87be847772db6398a38117e37abe032b39c479647
...
docker logs realms-wiki
...
  File "/home/wiki/realms-wiki/.venv/local/lib/python2.7/site-packages/webassets/filter/__init__.py", line 516, in subprocess
    raise FilterError('Program file not found: %s.' % argv[0])
FilterError: Program file not found: cleancss.
172.17.0.1 - - [31/Mar/2017:13:49:07 +0000] "GET /_create/home HTTP/1.1" 500 - "-" "-"
martinlowinski commented 6 years ago

Same here. Running docker run --name realms-wiki -p 5000:5000 -d realms/realms-wiki results in an Internal Server Error with FilterError: Program file not found: cleancss.

Duplicate of issue #171

eric-schleicher commented 6 years ago

Note/Bump: This is still broken. last push of the docker image was over a year ago.

scragg0x commented 6 years ago

Rebuilt the docker image and pushed to the hub.