Debian SID Docker image is failing due to package deprecation (#3761)
This commit is contained in:
parent
c8855aa08d
commit
b23498b949
@ -95,7 +95,6 @@ RUN apt-get update \
|
||||
python3-distutils \
|
||||
python3-pkg-resources \
|
||||
python3-setuptools \
|
||||
qemu \
|
||||
qemu-utils \
|
||||
qemu-user-static \
|
||||
rsync \
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user