Skip to content

Commit

Permalink
asiidoctor-pdf: Add HOME env (#434)
Browse files Browse the repository at this point in the history
* Add HOME env.

Without it, the user has / as home implicitly,
which breaks some commands that create files in users home

* Bump the version

Co-authored-by: Anton Nesterov <[email protected]>
  • Loading branch information
nesanton and Anton Nesterov authored Feb 4, 2021
1 parent 77ff603 commit 567053d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions utilities/ubi8-asciidoctor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ RUN pip3 install --no-cache-dir \
WORKDIR /documents
VOLUME /documents

ENV HOME=/documents

USER 1001

CMD ["/bin/bash"]
Expand Down
2 changes: 1 addition & 1 deletion utilities/ubi8-asciidoctor/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"v1.3"}
{"version":"v1.4"}

0 comments on commit 567053d

Please sign in to comment.