diff --git a/Dockerfile b/Dockerfile index e05dc22..73529d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ~