ENTRYPOINT ["bash", "-l"] in referenced Dockerfile leads to cannot execute binary file
In .gitlab-ci.yml, I referenced an image that has ENTRYPOINT set to ["bash", "-l"]. Running the build leads to:
/usr/bin/bash: /usr/bin/bash: cannot execute binary file