Skip to content

Commit

Permalink
Need to install perl for tinytex
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Jun 30, 2023
1 parent 34df868 commit e6757f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers/ubuntu-next/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \

RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update -y && \
apt-get install -y wget && \
apt-get install -y wget perl && \
apt-get clean && \
cd /root && \
wget -qO- "https://yihui.org/tinytex/install-unx.sh" | sh -s - --admin --no-path && \
Expand Down
2 changes: 1 addition & 1 deletion containers/ubuntu-release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \

RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update -y && \
apt-get install -y wget && \
apt-get install -y wget perl && \
apt-get clean && \
cd /root && \
wget -qO- "https://yihui.org/tinytex/install-unx.sh" | sh -s - --admin --no-path && \
Expand Down

0 comments on commit e6757f5

Please sign in to comment.