mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-08 20:21:12 -06:00
Installs make4ht from source (#347)
* Installs make4ht from source * Fix dir
This commit is contained in:
committed by
GitHub
parent
b4ee25dd39
commit
bf4456ca80
@@ -55,6 +55,11 @@ RUN wget https://github.com/mgieseki/dvisvgm/releases/download/3.1.2/dvisvgm-3.1
|
|||||||
make && \
|
make && \
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
RUN git clone https://github.com/michal-h21/make4ht.git && \
|
||||||
|
cd make4ht && \
|
||||||
|
make && \
|
||||||
|
make install
|
||||||
|
|
||||||
# Make sure everything is UTF-8
|
# Make sure everything is UTF-8
|
||||||
RUN echo "export LC_ALL=en_US.UTF-8" >> /root/.bashrc && \
|
RUN echo "export LC_ALL=en_US.UTF-8" >> /root/.bashrc && \
|
||||||
echo "export LANG=en_US.UTF-8" >> /root/.bashrc
|
echo "export LANG=en_US.UTF-8" >> /root/.bashrc
|
||||||
|
|||||||
Reference in New Issue
Block a user