Skip to content

Commit

Permalink
⚠️ Fix tmp dir permissions (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
kotokaze authored Dec 13, 2023
1 parent 8313e96 commit 41be3fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ RUN if [ ! -d texlive ] \
&& perl ./install-tl -profile ../texlive.installation.profile --no-interaction \
&& mv TEXLIVE_* ../ \
&& cd .. \
&& rm -rf texlive
&& rm -rf texlive \
&& chmod 1777 /tmp

# Create dummy package with equivs and generate cache
RUN RELEASE=$(find -name 'TEXLIVE_*' -print0 | sed -e s/[^0-9]//g) \
Expand Down

0 comments on commit 41be3fc

Please sign in to comment.