mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Debian SID Docker image is failing due to package deprecation (#3761)
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user