Skip to content

Commit

Permalink
Updated devcontainer.json to download and install the latest version …
Browse files Browse the repository at this point in the history
…of bashbrew upon creation of the dev container.
  • Loading branch information
ne20002 committed Aug 24, 2024
1 parent 068f571 commit b1964ce
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit b1964ce

Please sign in to comment.