Skip to content
Snippets Groups Projects
  • Florian Schmaus's avatar
    c9e8b1d3
    Fix docker.sh by specifying entrypoint · c9e8b1d3
    Florian Schmaus authored
    Newer flowdalic/gentoo-dev images have ENTRYPIONT specified, this
    prevents arguments from being passed to the docker run entrypoint,
    which is tools/docker-prepare in case of docker.sh.
    
    To fix that, we invoke "docker run" with "--entrypoint
    tools/docker-preapre" in docker.sh.
    c9e8b1d3
    History
    Fix docker.sh by specifying entrypoint
    Florian Schmaus authored
    Newer flowdalic/gentoo-dev images have ENTRYPIONT specified, this
    prevents arguments from being passed to the docker run entrypoint,
    which is tools/docker-prepare in case of docker.sh.
    
    To fix that, we invoke "docker run" with "--entrypoint
    tools/docker-preapre" in docker.sh.