build: appimage: bump base from debian buster(2019) to bullseye(2021)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user