🚧 Try out Drone CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Gerber, Mike 2021-02-12 11:09:47 +01:00
parent d0be18e689
commit 67684351de
2 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,5 @@
FROM mikegerber/my_ocrd_workflow-core
ARG DRONE_COMMIT="latest"
FROM mikegerber/my_ocrd_workflow-core:$DRONE_COMMIT
ARG PIP_INSTALL="pip install --no-cache-dir"
ARG TESSDATA_BEST_VERSION="4.0.0"