diff --git a/Dockerfile b/Dockerfile index e379ab4..39f99e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,11 @@ RUN \ wget $ACROTEX_URL && \ tlmgr init-usertree && \ unzip acrotex.zip && \ - mv acrotex ~/texmf + mv acrotex ~/texmf && \ + pushd ~/texmf/acrotex && \ + latex acrotex.ins && \ + popd + diff --git a/VERSION b/VERSION index abd4105..3a4036f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.4 +0.2.5