Skip to content

Commit

Permalink
use dockershelf/latex:full
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-kan authored Dec 11, 2024
1 parent 4335b67 commit 3ca736e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pandoc/latex:latest-ubuntu
FROM dockershelf/latex:full

# Install additional packages & fonts
RUN apt-get update -y \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest
container:
image: pandoc/latex:latest-ubuntu
image: dockershelf/latex:full

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 3ca736e

Please sign in to comment.