mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-12-07 01:54:26 -06:00
This reverts commit e6709b0f5e.
This commit is contained in:
committed by
GitHub
parent
e6709b0f5e
commit
99031a72df
@@ -10,7 +10,7 @@ RUN cat /etc/*release*
|
||||
|
||||
# Install base depdendencies
|
||||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install --yes -y --no-install-recommends \
|
||||
apt-get install --yes -y --no-install-recommends \
|
||||
sudo \
|
||||
make \
|
||||
tidy \
|
||||
@@ -42,7 +42,7 @@ RUN apt-get update && \
|
||||
|
||||
# Install TeX
|
||||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
apt-get install -y --no-install-recommends \
|
||||
texlive-full \
|
||||
texlive-luatex
|
||||
|
||||
|
||||
Reference in New Issue
Block a user