#!/bin/bash set -ex # Installing Devtools if [[ ${TAG_SUFFIX} != "minimal" ]]; then echo "Installing devtools" apt-get install --no-cache --virtual devtools build-base linux-headers udev python python3 else echo "Skip installing devtools" fi