Skip to content
Snippets Groups Projects

feat: mv eic-news and hadoop fix to dev

Merged Wouter Deconinck requested to merge wdconinc-master-patch-49249 into master
2 files
+ 8
8
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -318,3 +318,11 @@ CMD ["bash", "--rcfile", "/etc/profile", "-l"]
@@ -318,3 +318,11 @@ CMD ["bash", "--rcfile", "/etc/profile", "-l"]
USER 0
USER 0
WORKDIR /
WORKDIR /
SHELL ["/usr/local/bin/eic-shell"]
SHELL ["/usr/local/bin/eic-shell"]
 
 
## eic-news
 
COPY --chmod=0755 eic-news /usr/local/bin/eic-news
 
RUN echo "test -f $HOME/.eic-news && source /usr/local/bin/eic-news" \
 
> /etc/profile.d/z13_eic-news.sh
 
 
## Hotfix for misbehaving OSG nodes
 
RUN mkdir /hadoop
Loading