File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -179,10 +179,7 @@ RUN apk --no-cache add py-pip \
179
179
RUN sed -e 's/ *#.*$//' -e '/^ *$/d' /root/extra_packages.txt | \
180
180
xargs tlmgr install \
181
181
&& rm -f /root/extra_packages.txt
182
- ARG TEMPLATES_DIR=/.pandoc/templates
183
-
184
- RUN mkdir -p ${TEMPLATES_DIR} && \
185
- ln -s /.pandoc /root/.pandoc
182
+ ARG TEMPLATES_DIR=$XDG_DATA_HOME/pandoc
186
183
187
184
# eisvogel
188
185
ARG EISVOGEL_REPO=https://raw.githubusercontent.com/Wandmalfarbe/pandoc-latex-template
Original file line number Diff line number Diff line change @@ -198,10 +198,7 @@ RUN sed -e 's/ *#.*$//' -e '/^ *$/d' /root/extra_packages.txt | \
198
198
# the templates and packages can be accessed by root and a
199
199
# non-existent `--user`
200
200
#
201
- ARG TEMPLATES_DIR=/.pandoc/templates
202
-
203
- RUN mkdir -p ${TEMPLATES_DIR} && \
204
- ln -s /.pandoc /root/.pandoc
201
+ ARG TEMPLATES_DIR=$XDG_DATA_HOME/pandoc
205
202
206
203
# eisvogel
207
204
ARG EISVOGEL_REPO=https://raw.githubusercontent.com/Wandmalfarbe/pandoc-latex-template
You can’t perform that action at this time.
0 commit comments