Skip to content

Commit

Permalink
Fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
quoc-ho committed Mar 16, 2024
1 parent d0150aa commit cbe48d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ RUN apt-get update && \
locales && \
pip install arxiv-collector && \
cpan App::cpanminus && \
cpanm YAML::Tiny File::HomeDir \
cpanm Module::Build CPAN::DistnameInfo && \
cpanm YAML::Tiny File::HomeDir && \
wget --no-check-certificate http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz && \
mkdir /tmp/install-tl && \
tar -xzf install-tl-unx.tar.gz -C /tmp/install-tl --strip-components=1 && \
/tmp/install-tl/install-tl --profile=/app/profile.input

# Compile and install biber 2.19 if not there yet
RUN if [ -z "$(which biber)" ]; then \
cpanm Module::Build CPAN::DistnameInfo YAML::Tiny File::HomeDir && \
apt-get install -y gcc-aarch64-linux-gnu && \
git clone https://github.com/plk/biber.git && \
cd biber && \
Expand Down

0 comments on commit cbe48d9

Please sign in to comment.