From 98b46dbbfebc7453ada73e5f50aebf9f76b44c47 Mon Sep 17 00:00:00 2001 From: Chirag Shilwant Date: Wed, 6 Mar 2024 15:18:42 +0530 Subject: [PATCH] debian-distro: Remove Dockerfile - Plan is to maintain, test & release ubuntu:22.04 based Docker Image for Yocto & SDK Makefile Builds. - Hence, remove debian-distro based Dockerfile. Signed-off-by: Chirag Shilwant --- debian-distro/Dockerfile | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 debian-distro/Dockerfile diff --git a/debian-distro/Dockerfile b/debian-distro/Dockerfile deleted file mode 100644 index 47674e0..0000000 --- a/debian-distro/Dockerfile +++ /dev/null @@ -1,6 +0,0 @@ -ARG BASE_DISTRO=amd64/debian:stable-slim -FROM $BASE_DISTRO -LABEL org.opencontainers.image.source https://github.com/cshilwant/docker-images/ubuntu -RUN export DEBIAN_FRONTEND=noninteractive; apt-get update -RUN export DEBIAN_FRONTEND=noninteractive; \ - apt-get install -y --no-install-recommends file build-essential autoconf automake bison flex libssl-dev bc u-boot-tools swig python3 python3-pip wget nano