summaryrefslogtreecommitdiff
path: root/docker/entrypoint.sh
AgeCommit message (Collapse)Author
2023-03-01T5003: backport changes from master to support latest Docker version on CI hostsChristian Poessinger
The newer Docker versions seem to be a bit more picky when using tools like goso. The container will no longer start if the gosu binary has the setuid root bit set. This change adjusts the container to continue working on recent Docker versions.
2019-01-26Docker: evaluate OPAM environment during build timeChristian Poessinger
2019-01-26Docker: Make OPAM system wide availableChristian Poessinger
2019-01-11Docker: create UNIX group on demandChristian Poessinger
2019-01-11Docker build files for entrypoint and UIDsChristian Poessinger