Indentation corrections

This commit is contained in:
Schnuffle 2022-03-21 19:38:44 +01:00 committed by GitHub
parent c2c8a27545
commit 6e0d334a0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ RUN apt-get update \
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