Skip to content

Commit b4fee69

Browse files
committed
add libbarcode-zbar-perl
1 parent 215a431 commit b4fee69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ RUN cpanm Selenium::Remote::Driver@1.49
9696

9797
#INSTALL OPENCV IMAGING LIBRARY
9898

99-
RUN apt-get install -y python3-dev python3-pip python3-numpy libgtk2.0-dev libgtk-3-0 libgtk-3-dev libavcodec-dev libavformat-dev libswscale-dev libhdf5-serial-dev libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libxvidcore-dev libatlas-base-dev gfortran libgdal-dev exiftool libzbar-dev zbar-tools cmake
99+
RUN apt-get install -y python3-dev python3-pip python3-numpy libgtk2.0-dev libgtk-3-0 libgtk-3-dev libavcodec-dev libavformat-dev libswscale-dev libhdf5-serial-dev libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libxvidcore-dev libatlas-base-dev gfortran libgdal-dev exiftool libzbar-dev zbar-tools libbarcode-zbar-perl cmake
100100

101101
RUN pip3 install --upgrade pip
102102
RUN pip3 install grpcio==1.40.0 imutils numpy matplotlib pillow statistics PyExifTool pytz pysolar scikit-image packaging pyzbar pandas opencv-python \
@@ -127,7 +127,7 @@ COPY sgn_local.conf /home/production/cxgn/sgn/sgn_local.conf
127127
#
128128
RUN cd /home/production/cxgn/gtsimsrch/src; make; cd -;
129129
RUN cd /home/production/cxgn/sgn/programs/; make; cd -;
130-
130+
131131
# npm install needs a non-root user (new in latest version)
132132
#
133133
RUN adduser --disabled-password --gecos "" -u 1250 production && chown -R production /home/production

0 commit comments

Comments
 (0)