#!/usr/bin/env bash
# Docker build
# Optional buildtag
DOCKER_BUILDKIT=1 docker build . \
--tag ${buildtag:-alpine/firefox}