Debian SID Docker image is failing due to package deprecation (#3761)

This commit is contained in:
Igor Pečovnik
2022-05-08 08:56:53 +02:00
committed by GitHub
parent c8855aa08d
commit b23498b949
2 changed files with 1 additions and 2 deletions

View File

@@ -95,7 +95,6 @@ RUN apt-get update \
python3-distutils \ python3-distutils \
python3-pkg-resources \ python3-pkg-resources \
python3-setuptools \ python3-setuptools \
qemu \
qemu-utils \ qemu-utils \
qemu-user-static \ qemu-user-static \
rsync \ rsync \

View File

@@ -5,7 +5,7 @@
# Default values for Docker image # 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" BASE_IMAGE="ubuntu:jammy"