parent
0f7606e653
commit
98f0e32839
@ -101,7 +101,6 @@ RUN apt-get update \
|
||||
rsync \
|
||||
swig \
|
||||
sudo \
|
||||
systemd-container \
|
||||
tzdata \
|
||||
u-boot-tools \
|
||||
udev \
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user