Dockerfile 164 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 FROM docker.brainfood.com/php5-fpm ADD wp-cli.phar /usr/local/bin/wp-cli RUN chmod +x /usr/local/bin/wp-cli RUN ["apt-docker", \ "-y", "install", "jq", \ ";" ]