diff --git a/containers/jug/dev.Dockerfile b/containers/jug/dev.Dockerfile index e8b2a86bbf9ae8c8f1a87a186ee1595a7ae3bcf5..d07f838514f4f595676fc848d06e020256fa0375 100644 --- a/containers/jug/dev.Dockerfile +++ b/containers/jug/dev.Dockerfile @@ -318,3 +318,11 @@ CMD ["bash", "--rcfile", "/etc/profile", "-l"] USER 0 WORKDIR / 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 diff --git a/containers/jug/xl.Dockerfile b/containers/jug/xl.Dockerfile index 38064fc3f4089af26d3389e4996503d7fea33546..73e99d015bb2a7269601c1c68711a517f4d8f745 100644 --- a/containers/jug/xl.Dockerfile +++ b/containers/jug/xl.Dockerfile @@ -83,11 +83,3 @@ RUN --mount=type=cache,target=/ccache/,sharing=locked,id=${TARGETPLATFORM} $NIGHTLY_FLAG \ && ccache --show-stats \ && rm /tmp/setup_detectors.py - -## 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