Skip to content

Commit

Permalink
adding graphv installation
Browse files Browse the repository at this point in the history
  • Loading branch information
lucsomers101 committed Jan 9, 2024
1 parent 3490cad commit 3d776b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}

COPY --from=ampersandtarski/ampersand:v4.7 /bin/ampersand /usr/local/bin
RUN chmod +x /usr/local/bin/ampersand
RUN sudo apt install graphviz

# Set `DEVCONTAINER` environment variable to help with orientation
ENV DEVCONTAINER=true
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ git restore .

vsce package 0.0.0
code --install-extension language-ampersand-0.0.0.vsix
apt install graphviz
sudo apt install graphviz

0 comments on commit 3d776b8

Please sign in to comment.