wodby / php

Generic PHP docker container images
MIT License
152 stars 103 forks source link

Error deploy service on heroku #83

Closed Smolevich closed 5 years ago

Smolevich commented 5 years ago

I use this image as base and there is example in Dockerfile

FROM wodby/php
#some operations
...

I got error /usr/bin/sudo must be owned by uid 0 and have the setuid bit set in starting of docker container

csandanov commented 5 years ago

Sounds like heroku doesn't allow using sudo in containers