mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Merge branch 'pre-commit' of github.com:schnuffle/paperless-ngx into pre-commit
This commit is contained in:
commit
c6da0cc9a2
12
Dockerfile
12
Dockerfile
@ -14,12 +14,12 @@ WORKDIR /usr/src/jbig2enc
|
|||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends build-essential \
|
&& apt-get install -y --no-install-recommends build-essential \
|
||||||
automake \
|
automake \
|
||||||
libtool \
|
libtool \
|
||||||
libleptonica-dev \
|
libleptonica-dev \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
git \
|
git \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN git clone https://github.com/agl/jbig2enc .
|
RUN git clone https://github.com/agl/jbig2enc .
|
||||||
RUN ./autogen.sh
|
RUN ./autogen.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user