#!/bin/bash

source $(dirname "$0")/image-versions

docker rmi $IMAGE_BASE $IMAGE_CEF $IMAGE_BOOST $IMAGE_FFMPEG

$(dirname "$0")/ensure-base-images
