nginxinc/mra-ingenious

auth_proxy error

Closed this issue · 2 comments

During build I received the following error:
chown: cannot access ‘/usr/src/app/cache’: No such file or directory ERROR: Service 'auth-proxy' failed to build: The command '/bin/sh -c pip install -r /usr/src/app/requirements.txt && chown -R nginx /usr/src/app/cache && python -m unittest' returned a non-zero code: 1

+1 got same error on Ubuntu 16.04 when building in OSS (not on Mac). Fixed it by creating an empty directory named cache in app directory.

I chatted with @jtack4970 about this.

The issue is that the revisions in mra-ingenious were not up to date. I've updated the submodule repositories with this commit: 1d09762