diff --git a/containers/jug/dev.Dockerfile b/containers/jug/dev.Dockerfile
index 7a9ab43ce7cc28118d77123acdb57039e7ff1fac..d4030475c7f1d4461d5a812d003e1b21e2bd70d6 100644
--- a/containers/jug/dev.Dockerfile
+++ b/containers/jug/dev.Dockerfile
@@ -148,11 +148,8 @@ RUN --mount=type=cache,target=/var/cache/pip,sharing=locked,id=${TARGETPLATFORM}
 ## Including some small fixes
 RUN cd /opt/spack-environment                                           \
  && source $SPACK_ROOT/share/spack/setup-env.sh                         \
- && echo -n ""                                                          \
  && echo "Grabbing environment info"                                    \
  && spack env activate --sh --dir /opt/spack-environment/${ENV}         \
-        | sed "s?LD_LIBRARY_PATH=?&/lib/x86_64-linux-gnu:?"             \
-        | sed '/MANPATH/ s/;$/:;/'                                      \
     > /etc/profile.d/z10_spack_environment.sh
 
 ## make sure we have the entrypoints setup correctly