mirror of
https://github.com/friendica/docker
synced 2025-04-03 22:30:35 +02:00
Merge pull request #260 from ne20002/feat/dev-container
Updated devcontainer.json to include bashbrew
This commit is contained in:
commit
334f029db3
1 changed files with 2 additions and 7 deletions
|
@ -2,19 +2,14 @@
|
||||||
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
|
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
|
||||||
{
|
{
|
||||||
"name": "friendica-docker",
|
"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",
|
"image": "mcr.microsoft.com/devcontainers/base:bookworm",
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
|
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
|
||||||
},
|
},
|
||||||
|
|
||||||
// Features to add to the dev container. More info: https://containers.dev/features.
|
// Download and install bashbrew
|
||||||
// "features": {},
|
"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": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue