Skip to content

Commit

Permalink
create devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Feb 18, 2024
1 parent c210d5f commit 86aa92e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM mcr.microsoft.com/devcontainers/rust:ubuntu
RUN apt-get update
RUN ./install_deps.sh --extra
RUN ./install_compilers.sh
RUN cargo install pigment64
7 changes: 7 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"build": {
// Path is relative to the devcontainer.json file.
"dockerfile": "Dockerfile"
},
"postCreateCommand": "./configure"
}

0 comments on commit 86aa92e

Please sign in to comment.