Skip to content

Commit 5947e4c

Browse files
authored
Add devcontainer
1 parent e13648e commit 5947e4c

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.devcontainer/Containerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM ghcr.io/gbraad-redhat/hugo:0.127.0
2+
3+
RUN dnf install -y git-core \
4+
&& dnf clean all \
5+
&& rm -rf /var/cache/yum

.devcontainer/devcontainer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "Hugo environment",
3+
"build": {
4+
"dockerfile": "Containerfile"
5+
},
6+
7+
"customizations": {
8+
"vscode": {
9+
"extensions": [
10+
]
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)