Skip to content

Commit

Permalink
Remove texlive-full
Browse files Browse the repository at this point in the history
  • Loading branch information
petebachant committed Dec 10, 2024
1 parent c0c3502 commit 18fdd9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ RUN apt-get update > /dev/null && \
wget bzip2 ca-certificates \
git \
tini \
texlive-full \
> /dev/null && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
Expand Down
2 changes: 1 addition & 1 deletion devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"image": "ghcr.io/calkit/devcontainer:v0.0.3",
"image": "ghcr.io/calkit/devcontainer:v0.0.4",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
Expand Down

0 comments on commit 18fdd9d

Please sign in to comment.