#!/bin/bash
# SPDX-License-Identifier: MulanPSL-2.0+
# Copyright (c) 2020 Huawei Technologies Co., Ltd. All rights reserved.

. ../defconfig.sh

docker_skip_rebuild "post-extract"

bash $CCI_SRC/container/compile .

docker build -t post-extract .

rm post-extract
