Skip to content

wshito/alpine-texlive-ja-extra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

wshito/alpine-texlive-ja-extra

Docker Hub: wshito/alpine-texlive-ja-extra

Docker image by adding make on top of paperist/alpine-texlive-ja.

Included in This Image:

  • make command
  • texlive-ja
  • Alpine Linux

Install:

$ docker pull wshito/alpine-texlive-ja-extra

Usage:

The below will mount the current directory on /workdir in the container.

$ docker run --rm -it -v $PWD:/workdir wshito/alpine-texlive-ja-extra

If you are using Windows $PWD may not work. In that case the below will mount the home directory on /workdir.

$ docker run -it -v ~:/workdir wshito/alpine-texlive-ja-extra

About

Docker image with texlive-ja and make command on Alpine Linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published