Skip to content

Commit

Permalink
latex: add make, git, and coreutils (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Sep 12, 2022
1 parent 3c78e50 commit e817509
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion linux/latex.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ image = args.image

packages = [
"bash",
"coreutils",
"curl",
"git",
"locales",
"localepurge",
"make",
]

artifact_hash, tarball_path, = debootstrap(arch, image; archive, packages) do rootfs, chroot_ENV
my_chroot(args...) = root_chroot(rootfs, "bash", "-eu", "-o", "pipefail", "-c", args...; ENV=chroot_ENV)

additional_packages = String[
"curl",
"latexmk",
"python3-pygments",
"texlive-latex-base",
Expand Down

0 comments on commit e817509

Please sign in to comment.