1
0

build: appimage: bump base from debian buster(2019) to bullseye(2021)

This commit is contained in:
SomberNight
2025-05-30 15:59:15 +00:00
parent 491b808cc5
commit 37ca5f7eff
7 changed files with 10 additions and 34 deletions

View File

@@ -2,7 +2,7 @@
# from https://docs.appimage.org/introduction/concepts.html :
# "[AppImages] should be built on the oldest possible system, allowing them to run on newer system[s]"
FROM debian:buster@sha256:233c3bbc892229c82da7231980d50adceba4db56a08c0b7053a4852782703459
FROM debian:bullseye@sha256:cf48c31af360e1c0a0aedd33aae4d928b68c2cdf093f1612650eb1ff434d1c34
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
ENV DEBIAN_FRONTEND=noninteractive
@@ -57,8 +57,7 @@ RUN apt-get update -q && \
libxcb-icccm4 \
libxcb-image0 \
libxcb-keysyms1 \
libxcb-util0 \
#libxcb-util1 \
libxcb-util1 \
libxcb-render-util0 \
libxcb-cursor0 \
libx11-xcb1 \