#!/usr/bin/env bash docker build --rm -f Dockerfile-70 -t xaicorp/php:7.0 . docker build --rm -f Dockerfile-70-dev -t xaicorp/php:7.0-dev . docker build --rm -f Dockerfile-71 -t xaicorp/php:7.1 . docker build --rm -f Dockerfile-71-dev -t xaicorp/php:7.1-dev .