Browse Source

Sync Dev Container prerequisites list with actual Dockerfile packages

The docs listed g++, make, python3 as pre-installed tooling but
omitted openssl and git, which .devcontainer/Dockerfile also installs.
pull/7383/head
Lewis Nixon 4 weeks ago
parent
commit
18c3743b6b
  1. 2
      DEVELOPMENT.md

2
DEVELOPMENT.md

@ -20,7 +20,7 @@
### Dev Container ### Dev Container
As an alternative to the manual _Setup_ above, [Visual Studio Code](https://code.visualstudio.com) users can develop inside a [Dev Container](https://containers.dev). It runs the application in a Docker container alongside [PostgreSQL](https://www.postgresql.org) and [Redis](https://redis.io), pre-installed with the required build tooling (Node.js 22, `g++`, `make`, `python3`). As an alternative to the manual _Setup_ above, [Visual Studio Code](https://code.visualstudio.com) users can develop inside a [Dev Container](https://containers.dev). It runs the application in a Docker container alongside [PostgreSQL](https://www.postgresql.org) and [Redis](https://redis.io), pre-installed with the required build tooling (Node.js 22, `g++`, `git`, `make`, `openssl`, `python3`).
#### Prerequisites #### Prerequisites

Loading…
Cancel
Save