Skip to content
Snippets Groups Projects

Fix environment setup for CI usage

Merged Sylvester Joosten requested to merge fix_env into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -220,8 +220,8 @@ RUN strip --remove-section=.note.ABI-tag /usr/local/lib/libQt5Core.so
@@ -220,8 +220,8 @@ RUN strip --remove-section=.note.ABI-tag /usr/local/lib/libQt5Core.so
COPY eic-shell /usr/local/bin/eic-shell
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 []
ENTRYPOINT ["eic-shell"]
CMD ["eic-shell"]
CMD []
USER 0
USER 0
WORKDIR /
WORKDIR /
SHELL ["/usr/local/bin/eic-shell"]
SHELL ["/usr/local/bin/eic-shell"]
Loading