mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-08-01 19:27:38 +07:00
devcontainer: use prebuilt image
This commit is contained in:
@ -1,4 +0,0 @@
|
|||||||
FROM docker.io/library/ubuntu:latest
|
|
||||||
|
|
||||||
RUN apt-get update
|
|
||||||
RUN apt-get install -y shellcheck shfmt jq npm git
|
|
@ -1,10 +1,8 @@
|
|||||||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
||||||
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
|
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
|
||||||
{
|
{
|
||||||
"name": "devcontainer",
|
"name": "Node.js & TypeScript",
|
||||||
"build": {
|
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm",
|
||||||
"dockerfile": "Containerfile"
|
|
||||||
},
|
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
|
Reference in New Issue
Block a user