Skip to content

Commit

Permalink
force update in yum (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
slallemand authored and Aarohi Johal committed Sep 6, 2019
1 parent ace2d43 commit 16a4e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/parsr/Dockerfile
Expand Up @@ -52,7 +52,7 @@ RUN yum -y update && \

RUN yum-config-manager --add-repo https://download.opensuse.org/repositories/home:/Alexander_Pozdnyakov/CentOS_7/ && \
rpm --import https://build.opensuse.org/projects/home:Alexander_Pozdnyakov/public_key && \
yum update && \
yum -y update && \
yum -y install tesseract tesseract-langpack-*

COPY --from=builder /opt/app-root/bin /opt/app-root/bin
Expand Down

0 comments on commit 16a4e23

Please sign in to comment.