You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> [3/6] RUN cd /opt/opencti-connector-bambenek && pip3 install --no-cache-dir -r requirements.txt && apk del git build-base:
#0 0.073 /bin/sh: cd: line 0: can't cd to /opt/opencti-connector-bambenek: No such file or directory
------
Dockerfile:12
--------------------
11 |
12 | >>> RUN cd $SRC_DIR && \
13 | >>> pip3 install --no-cache-dir -r requirements.txt && \
14 | >>> apk del git build-base
15 |
--------------------
error: failed to solve: process "/bin/sh -c cd $SRC_DIR && pip3 install --no-cache-dir -r requirements.txt && apk del git build-base" did not complete successfully: exit code: 2
Exited with code exit status 1
The text was updated successfully, but these errors were encountered:
Description
Issue reported when build in CI
The text was updated successfully, but these errors were encountered: