Update CI scripts, Dockerfiles, enable arm64 build again

This commit is contained in:
2021-06-14 14:02:16 -04:00
parent 2f0e999b06
commit 3da2c8cae3
10 changed files with 90 additions and 45 deletions

View File

@@ -9,9 +9,7 @@ RUN strip sist2
FROM ubuntu:20.10
RUN apt update
RUN apt install -y libglib2.0-0 libcurl4 libmagic1 libharfbuzz-bin libopenjp2-7 libarchive13 liblzma5 libzstd1 liblz4-1 \
curl libtiff5 libpng16-16 libpcre3
RUN apt update && apt install -y curl
RUN mkdir -p /usr/share/tessdata && \
cd /usr/share/tessdata/ && \