write_apt: Write a list of apt packages

View source: R/write_apt.R

write_aptR Documentation

Write a list of apt packages

Description

Writes a list of Debian packages that should be installed. Caution: If you have a Dockerfile, this file will be ignored.

Usage

write_apt(path = ".", apt_input = NULL)

Arguments

path

Path to project

apt_input

A list of Debian packages that should be installed. The base image used is usually the latest released version of Ubuntu.

Examples

write_apt(
  path = ".",
  apt_input = "
texlive-latex-base
texlive-latex-recommended
texlive-science
texlive-latex-extra
texlive-fonts-recommended
dvipng
ghostscript"
)

karthik/holepunch documentation built on Feb. 20, 2023, 5:21 a.m.