Skip to content

Commit

Permalink
Add .devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad authored Dec 2, 2024
1 parent 1bb00b4 commit b6eef95
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/Containerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM quay.io/crcont/antora:latest

RUN apk update \
&& apk add git
13 changes: 13 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "antora environment",
"build": {
"dockerfile": "Containerfile"
},

"customizations": {
"vscode": {
"extensions": [
]
}
}
}

0 comments on commit b6eef95

Please sign in to comment.