Docker images creation is broken (#3758)

Removing deprecatged package
This commit is contained in:
Igor Pečovnik 2022-05-05 15:59:38 +02:00 committed by GitHub
parent 0f7606e653
commit 98f0e32839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -101,7 +101,6 @@ RUN apt-get update \
rsync \
swig \
sudo \
systemd-container \
tzdata \
u-boot-tools \
udev \

View File

@ -6,7 +6,7 @@
# Default values for Docker image
CUSTOM_PACKAGES="g++-11-arm-linux-gnueabihf libssl3"
BASE_IMAGE="ubuntu:22.04"
BASE_IMAGE="ubuntu:jammy"
[[ ! -c /dev/loop-control ]] && display_alert "/dev/loop-control does not exist, image building may not work" "" "wrn"