Skip to content

Commit

Permalink
Fixed devcontainer start
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverKillane committed Sep 27, 2023
1 parent 484168b commit 37b06d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ ENV PATH="${PATH}:/usr/local/texlive/${TL_VERSION}/bin/x86_64-linux"
# Update packages and tlmgr
RUN tlmgr init-usertree
RUN tlmgr update --self --all

CMD /usr/bin/bash
7 changes: 5 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"image": "ghcr.io/oliverkillane/imperial-computing-notes-dev:latest",
"image": "ghcr.io/oliverkillane/imperial-computing-notes-dev",
"customizations": {
"vscode": {
"extensions": []
"settings": {},
"extensions": [
"James-Yu.latex-workshop",
]
}
},
"mounts": [
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/push-dev-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
flavor: |
latest=auto
labels: |
org.opencontainers.image.description=A container for easy setup in developing the Imperial Computing Note project.
- name: Login to GitHub Container Registry
Expand Down

0 comments on commit 37b06d7

Please sign in to comment.