Skip to content

Commit

Permalink
Merge pull request #8 from deogracia/upgrade-alpine-3-11-3
Browse files Browse the repository at this point in the history
Upgrade alpine 3.11.3
  • Loading branch information
deogracia authored Nov 14, 2020
2 parents f68d4c7 + 07d5bef commit fd8382d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.11.3
FROM alpine:3.11.6

RUN apk update && \
apk add --no-cache texlive-full
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ It includes the full texlive package.

Use the Github docker repo:
```
docker run -v "$(pwd)/:/latex" --user "$(id -u):$(id -g)" docker.pkg.github.com/deogracia/latex/latex xelatex /latex/doc.tex
docker run -v "$(pwd)/:/latex" --user "$(id -u):$(id -g)" docker.pkg.github.com/deogracia/latex/latex {xe,pdf,lua}latex /latex/doc.tex
```

Or use the docker hub
```
docker run -v "$(pwd)/:/latex" --user "$(id -u):$(id -g)" deogracia/latex xelatex /latex/doc.tex
docker run -v "$(pwd)/:/latex" --user "$(id -u):$(id -g)" deogracia/latex {xe,pdf,lua}latex /latex/doc.tex
```


## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fdeogracia%2Flatex.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fdeogracia%2Flatex?ref=badge_large)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fdeogracia%2Flatex.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fdeogracia%2Flatex?ref=badge_large)
1 change: 1 addition & 0 deletions goss.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
file:
/latex/output/doc.pdf:
exists: true
Expand Down

0 comments on commit fd8382d

Please sign in to comment.