appimage build: build zbar ourselves
to be able to package new version, which has security fixes
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user