Skip to content

Commit a3e555b

Browse files
committed
fix indentation
1 parent eb9079e commit a3e555b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Dockerfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,25 @@ RUN apt-get update && apt-get full-upgrade -y && \
4040
# install nodejs
4141
curl -fsSL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh && \
4242
bash nodesource_setup.sh && \
43-
# install prince
43+
# install prince
4444
curl --proto '=https' --tlsv1.2 -LO https://www.princexml.com/download/${DEB_FILE} && \
4545
apt-get install -y --no-install-recommends apt-utils python3-pip temurin-${JAVA_VERSION}-jdk nodejs unzip git libc6 aptitude libaom-dev fonts-stix ./${DEB_FILE} && \
4646
# link ca-certificates
4747
ln -sf /etc/ssl/certs/ca-certificates.crt /usr/lib/prince/etc/curl-ca-bundle.crt && \
48-
# setup ant
49-
tar -xvf /tmp/apache-ant-${ANT_VERSION}-bin.tar.gz -C /opt && \
50-
# setup saxon
51-
unzip /tmp/${SAXON_VERSION}J.zip -d ${ANT_HOME}/lib && \
52-
# setup xerces
53-
cp /tmp/oxygen-patched-xerces-${XERCES_VERSION}.jar ${ANT_HOME}/lib && \
48+
# setup ant
49+
tar -xvf /tmp/apache-ant-${ANT_VERSION}-bin.tar.gz -C /opt && \
50+
# setup saxon
51+
unzip /tmp/${SAXON_VERSION}J.zip -d ${ANT_HOME}/lib && \
52+
# setup xerces
53+
cp /tmp/oxygen-patched-xerces-${XERCES_VERSION}.jar ${ANT_HOME}/lib && \
5454
# cleanup
5555
apt-get purge -y aptitude apt-utils && \
5656
apt-get autoremove -y && apt-get clean && \
57-
apt-get clean && \
57+
apt-get clean && \
5858
rm ${DEB_FILE} nodesource_setup.sh && \
5959
cd /opt/docker-mei && \
6060
# setup node app for rendering MEI files to SVG using Verovio Toolkit
61-
npm install --omit=dev && \
61+
npm install --omit=dev && \
6262
# clean temporary folders
6363
rm -rfv /tmp/* /root/.npm*
6464

0 commit comments

Comments
 (0)