From b23498b94909a855d8b0fda1a95ccfc0ab17c747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sun, 8 May 2022 08:56:53 +0200 Subject: [PATCH] Debian SID Docker image is failing due to package deprecation (#3761) --- config/templates/Dockerfile | 1 - config/templates/config-docker.conf | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/templates/Dockerfile b/config/templates/Dockerfile index 73a67cbdd..514a32d58 100644 --- a/config/templates/Dockerfile +++ b/config/templates/Dockerfile @@ -95,7 +95,6 @@ RUN apt-get update \ python3-distutils \ python3-pkg-resources \ python3-setuptools \ - qemu \ qemu-utils \ qemu-user-static \ rsync \ diff --git a/config/templates/config-docker.conf b/config/templates/config-docker.conf index a6637a1f5..60b9a22ac 100644 --- a/config/templates/config-docker.conf +++ b/config/templates/config-docker.conf @@ -5,7 +5,7 @@ # Default values for Docker image -CUSTOM_PACKAGES="g++-11-arm-linux-gnueabihf libssl3" +CUSTOM_PACKAGES="g++-11-arm-linux-gnueabihf libssl3 qemu" BASE_IMAGE="ubuntu:jammy"