Converts tabs to spaces and update EditorConfig for the new files

This commit is contained in:
Trenton Holmes
2022-04-25 09:15:12 -07:00
parent a36be2cfd6
commit ed960216b7
8 changed files with 29 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
# This Dockerfile compiles the jbig2enc library
# Inputs:
# - JBIG2ENC_VERSION - the Git tag to checkout and build
# - JBIG2ENC_VERSION - the Git tag to checkout and build
FROM debian:bullseye-slim
@@ -32,8 +32,8 @@ RUN apt-get update --quiet \
ARG JBIG2ENC_VERSION
RUN set -eux \
&& git clone --quiet --branch $JBIG2ENC_VERSION https://github.com/agl/jbig2enc .
&& git clone --quiet --branch $JBIG2ENC_VERSION https://github.com/agl/jbig2enc .
RUN set -eux \
&& ./autogen.sh
&& ./autogen.sh
RUN set -eux \
&& ./configure && make
&& ./configure && make