1
0

appimage build: build zbar ourselves

to be able to package new version, which has security fixes
This commit is contained in:
SomberNight
2024-01-10 19:06:32 +00:00
parent 0a6283b1ef
commit 5369be66da
2 changed files with 12 additions and 5 deletions

View File

@@ -41,7 +41,6 @@ RUN apt-get update -q && \
libudev-dev \
libudev1 \
gettext \
libzbar0 \
libdbus-1-3 \
xutils-dev \
libxkbcommon0 \
@@ -65,6 +64,9 @@ RUN apt-get update -q && \
libc6-dev \
libc6 \
libc-dev-bin \
libv4l-dev \
libjpeg62-turbo-dev \
libx11-dev \
&& \
rm -rf /var/lib/apt/lists/* && \
apt-get autoremove -y && \