Skip to content

Commit

Permalink
Merge pull request #2 from hankei6km:topic/shellcheck
Browse files Browse the repository at this point in the history
chore: Add "shellcheck" to devcontainer
  • Loading branch information
hankei6km committed Dec 16, 2023
2 parents b0690ff + 7850264 commit 85e84fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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/javascript-node:1-18-bullseye

RUN apt update -y \
&& apt install -y --no-install-recommends shellcheck \
&& rm -rf /var/lib/apt/lists/*
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye",
"dockerFile": "Dockerfile",
"customizations": {
"vscode": {
"settings": {
Expand Down

0 comments on commit 85e84fd

Please sign in to comment.