Skip to content

Commit

Permalink
Added config to allow internet access inside container
Browse files Browse the repository at this point in the history
  • Loading branch information
bkataru committed Nov 15, 2023
1 parent 2434952 commit d0ce708
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
- ~/.ssh:/home/vscode/.ssh:ro
- ~/.ssh:/root/.ssh:ro
- /var/run/docker.sock:/var/run/docker.sock
extra_hosts:
- "docker.for.mac.host.internal:host-gateway"
environment:
- TZ=
cap_add:
Expand Down
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM qmcgaw/latexdevcontainer

COPY . /workspace

RUN tlmgr update --self && \
tlmgr install latexindent latexmk && \
tlmgr install mathexam setspace adjustbox xkeyval collectbox enumitem lastpage && \
texhash
texhash

COPY . /workspace

Binary file added Vgraph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fakeLINEplot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fakeplot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graph1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added portraitpicture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added schematic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added setup.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d0ce708

Please sign in to comment.