diff --git a/builder/Dockerfile b/builder/Dockerfile index 6a4d155..4da4093 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -139,11 +139,11 @@ ONBUILD RUN spack env activate /opt/spack-environment; \ ONBUILD RUN if [ -n "${MIRROR_URL}" ]; then spack mirror rm build_s3; fi # Strip all the binaries -ONBUILD RUN find -L /opt/view/* -type f -exec readlink -f '{}' \; | \ - xargs file -i | \ - grep 'charset=binary' | \ - grep 'x-executable\|x-archive\|x-sharedlib' | \ - awk -F: '{print $1}' | xargs strip -s +# ONBUILD RUN find -L /opt/view/* -type f -exec readlink -f '{}' \; | \ +# xargs file -i | \ +# grep 'charset=binary' | \ +# grep 'x-executable\|x-archive\|x-sharedlib' | \ +# awk -F: '{print $1}' | xargs strip -s # Modifications to the environment that are necessary to run ONBUILD RUN cd /opt/spack-environment && \ diff --git a/container_definitions/amd64/neurodamus-hippocampus/Dockerfile.epilogue b/container_definitions/amd64/neurodamus-hippocampus/Dockerfile.epilogue index 8a5ff9a..572046b 100644 --- a/container_definitions/amd64/neurodamus-hippocampus/Dockerfile.epilogue +++ b/container_definitions/amd64/neurodamus-hippocampus/Dockerfile.epilogue @@ -1,3 +1,3 @@ RUN apt-get update \ - && apt-get install -y gcc g++ make \ + && apt-get install -y g++ gcc gdb make \ && rm -rf /var/lib/apt/lists/* diff --git a/container_definitions/amd64/neurodamus-neocortex/Dockerfile.epilogue b/container_definitions/amd64/neurodamus-neocortex/Dockerfile.epilogue index 8a5ff9a..572046b 100644 --- a/container_definitions/amd64/neurodamus-neocortex/Dockerfile.epilogue +++ b/container_definitions/amd64/neurodamus-neocortex/Dockerfile.epilogue @@ -1,3 +1,3 @@ RUN apt-get update \ - && apt-get install -y gcc g++ make \ + && apt-get install -y g++ gcc gdb make \ && rm -rf /var/lib/apt/lists/* diff --git a/container_definitions/amd64/neurodamus-thalamus/Dockerfile.epilogue b/container_definitions/amd64/neurodamus-thalamus/Dockerfile.epilogue index 8a5ff9a..572046b 100644 --- a/container_definitions/amd64/neurodamus-thalamus/Dockerfile.epilogue +++ b/container_definitions/amd64/neurodamus-thalamus/Dockerfile.epilogue @@ -1,3 +1,3 @@ RUN apt-get update \ - && apt-get install -y gcc g++ make \ + && apt-get install -y g++ gcc gdb make \ && rm -rf /var/lib/apt/lists/*