1 2 3 4 5
FROM docker.hypernode.com/byteinternet/hypernode-docker:latest MAINTAINER Mark Postema <mark@webwijs.nu> RUN echo "app ALL = (ALL) NOPASSWD: ALL" >> /etc/sudoers RUN apt-get update && apt-get install -y php-xdebug
You can clone a snippet to your computer for local editing. Learn more.