From b1964cecb215fae49cdbd32983f264fb2de6c25d Mon Sep 17 00:00:00 2001 From: ne20002 Date: Sat, 24 Aug 2024 12:20:46 +0000 Subject: [PATCH] Updated devcontainer.json to download and install the latest version of bashbrew upon creation of the dev container. --- .devcontainer/devcontainer.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 25c7d10..82163c7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,19 +2,14 @@ // README at: https://github.com/devcontainers/templates/tree/main/src/debian { "name": "friendica-docker", - // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile "image": "mcr.microsoft.com/devcontainers/base:bookworm", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {} }, - // Features to add to the dev container. More info: https://containers.dev/features. - // "features": {}, + // Download and install bashbrew + "postCreateCommand": "sudo curl -o /usr/local/bin/bashbrew https://doi-janky.infosiftr.net/job/bashbrew/job/master/lastSuccessfulBuild/artifact/bashbrew-amd64 && sudo chmod +x /usr/local/bin/bashbrew", - // Use 'forwardPorts' to make a list of ports inside the container available locally. - // "forwardPorts": [], - - // Configure tool-specific properties. "customizations": { "vscode": { "extensions": [