Can't create image with latest version
PaulR282 opened this issue · 1 comments
PaulR282 commented
If I try to create a new image with the latest latest-2.0.0
tag, I get this error:
=> ERROR [7/7] RUN source /opt/netbox/venv/bin/activate && cd /source/nextbox-ui-plugin && pip3 install --no-cache-dir . 0.3s
------
> [7/7] RUN source /opt/netbox/venv/bin/activate && cd /source/nextbox-ui-plugin && pip3 install --no-cache-dir .:
#11 0.251 /bin/sh: 1: source: not found
------
executor failed running [/bin/sh -c source /opt/netbox/venv/bin/activate && cd /source/nextbox-ui-plugin && pip3 install --no-cache-dir .]: exit code: 127
PaulR282 commented
Nevermind, i was using a custom command. The original one works.