Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-07 | docker: Fix python binary | Simon Schuster | 1 | -0/+1 | |
Filebin unconditionally expects a 'python' command to be in path that is compatible with the installed pygments library. For alpine, this means a python3 binary. Therefore, we symlink /usr/bin/python3 to /usr/bin/python. | |||||
2020-09-18 | updated Dockerfile and README.md | Andreas Steding | 1 | -2/+2 | |
2018-08-29 | Use msmtp to send mail in docker container | Sebastian Rakel | 1 | -1/+3 | |
To send mails in the docker container we need to configure php to use a smtp client and provide smtp credentials to the docker container | |||||
2018-08-29 | Change php7-finfo to php7-fileinfo | Sebastian Rakel | 1 | -1/+1 | |
The package was renamed in alpine | |||||
2018-08-29 | Remove package source | Sebastian Rakel | 1 | -1/+1 | |
2018-08-19 | Add missing finfo dependency | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-08-19 | Update docker setup | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-10-31 | Move Dockercontainer base from ubuntu:14.04 to alpine:edge | Sebastian Rakel | 1 | -0/+35 | |