/**
 * Use buildah @see https://buildah.io
 */
export class BUILDAH extends DOCKER {
}
import { DOCKER } from "./docker.mjs";
