Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.
This repository was archived by the owner on May 7, 2025. It is now read-only.

Duplicate scripts in container #15

@hhorak

Description

@hhorak

In the Dockerfile, there are these three lines:

COPY ./contrib/ /opt/app-root
ADD contrib/bin/container-entrypoint /usr/bin/container-entrypoint
ADD contrib/bin/usage /usr/local/bin/usage

It means usage and container-entrypoint scripts will be twice in the container, both available in $PATH. It's probably unnecessary, using it on one place should be enough.

https://github.com/sclorg/devtoolset-container/blob/master/4-toolchain/Dockerfile.rhel7#L49

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions