There was an error while loading. Please reload this page.
1 parent cf42378 commit 276deb1Copy full SHA for 276deb1
1 file changed
Dockerfile
@@ -12,7 +12,8 @@ RUN apt-get update && apt-get dist-upgrade -y && \
12
libgraphicsmagick1-dev \
13
libmagickwand-dev \
14
libpq-dev \
15
- zbar-tools && \
+ zbar-tools \
16
+ libzip-dev && \
17
apt-get autoclean -y && \
18
apt-get remove -y wget && \
19
apt-get autoremove -y && \
0 commit comments