Fix dockerfile

This commit is contained in:
simon987 2022-12-03 18:00:55 -05:00
parent 8e93d50d9e
commit 3bd1f593b0

View File

@ -21,7 +21,7 @@ WORKDIR /root
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
ENTRYPOINT ["sist2"]
ENTRYPOINT ["/root/sist2"]
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y curl libasan5 libmagic1 python3 \
python3-pip git tesseract-ocr && rm -rf /var/lib/apt/lists/*