Skip to content
Snippets Groups Projects

Fix environment setup for CI usage

Merged Sylvester Joosten requested to merge fix_env into master
2 files
+ 23
21
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -221,7 +221,7 @@ COPY eic-shell /usr/local/bin/eic-shell
@@ -221,7 +221,7 @@ COPY eic-shell /usr/local/bin/eic-shell
## make sure we have the entrypoints setup correctly
## make sure we have the entrypoints setup correctly
ENTRYPOINT ["/usr/local/bin/eic-shell"]
ENTRYPOINT ["/usr/local/bin/eic-shell"]
#CMD []
CMD ["bash", "--rcfile", "/etc/profile", "-l"]
USER 0
USER 0
WORKDIR /
WORKDIR /
SHELL ["/usr/local/bin/eic-shell"]
SHELL ["/usr/local/bin/eic-shell"]
Loading