Closed nobeh closed 5 years ago
@nobeh There is a typo in your PR.
cd /app && \ \
should be
cd /app && \
Otherwise it throws the misleading /bin/sh: : not found
Thanks for providing a working version :+1:
On macos I seem to have to add
cachetools==3.0.0
to requirements.txt
to get this working.
Yepp, forgot to add that recently. Will add shortly.
Recent refactorings specifically b496f7787c52550fc3dc072ba538bcdc86f5e8d7 seems to have bumped the required Python from 2.7 to 3.6. In addition,
libmagic
is assumed to be installed for Python binding. These are not yet updated inDockerfile
; the following patch seems to fix the problem until a fix is merged:Side Note It would be great if there would be tags on the repo so that community could rely on a working version.