Commit Graph

10 Commits

Author SHA1 Message Date
Florian Festi b0c529725a Add .qrcode() 2023-02-24 19:09:53 +01:00
caleb crome 5a0763f534 Update dockerfile to only do flat checkouts
as in earlier versions
2023-02-18 21:37:27 +01:00
caleb crome 28959c098e Fix boxesserver
commit 0a8dcf0e37 caused the server to *only* respond to
localhost by default.  This causes the Docker to not respond properly.  The old
server had the default server name as '', but the new one set it to 'localhost'.

This fixes that problem.

In addition, This commit changes the docker file so that you can
specify which git repo and commit to check out from.  This allows
trivial testing of other clones.  The default branch is master
and default git repo is Florian's, but you  can now specify
new commits and/or branches to clone with

```docker build --build-arg BUILD_BRANCH=<branch-or-commit> --build-arg BUILD_REPO=<my-repo>```
2023-01-17 10:28:23 +01:00
suks.ae 5169343be7 Add fillHoles() function
to fill a polygon with a hole pattern
2022-07-23 09:53:11 +02:00
Florian Festi c0a3175c4e No langer require cairo in the Dockerfiles 2020-05-18 22:30:28 +02:00
Rotzbua 6ae8acd568 [Docker] clean dnf cache to save space
about 150mb
2019-07-12 12:16:28 +02:00
Florian Festi d162c769b4 Use built in eTree implementation instead of lxml 2019-07-04 17:52:08 +02:00
Rotzbua c3aac6f5eb [Docker] clone without history to save space 2019-07-02 15:39:59 +02:00
Florian Festi 83078d056f Add python3-xcffib to Dockerfile to work with Fedora 29 2019-04-09 21:58:45 +02:00
Florian Festi 59ba2a3516 Simple, Fedora based Dockerfile 2018-09-12 11:31:43 +02:00