fix shell syntax

This commit is contained in:
2020-09-23 17:18:45 +02:00
parent d520eb1c05
commit b7bd2949f3

View File

@ -17,9 +17,9 @@ RUN \
tlmgr init-usertree && \
unzip acrotex.zip && \
mv acrotex ~/texmf && \
pushd ~/texmf/acrotex && \
cd ~/texmf/acrotex && \
latex acrotex.ins && \
popd
cd ~