mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2026-02-21 05:37:15 -06:00
* Build for both amd64 and arm64 * Moving line to retrigger Actions check * Removal of the `platform` flag—let system choose * Indicate to apt-get that there is no frontend
This commit is contained in:
@@ -10,7 +10,7 @@ RUN cat /etc/*release*
|
||||
|
||||
# Install base depdendencies
|
||||
RUN apt-get update && \
|
||||
apt-get install --yes -y --no-install-recommends \
|
||||
DEBIAN_FRONTEND=noninteractive 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 && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
texlive-full \
|
||||
texlive-luatex
|
||||
|
||||
|
||||
Reference in New Issue
Block a user