You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2021. It is now read-only.
Second, reference the above Dockerfile in a [.gitpod.yml](https://www.gitpod.io/docs/config-gitpod-file/) file, and then also install the extension, like so:
43
+
Second, reference the above Dockerfile in a [.gitpod.yml](/docs/config-gitpod-file/) file, and then also install the extension, like so:
45
44
46
45
```yaml
47
46
image:
@@ -81,6 +80,7 @@ Finally, here is a full [example repository](https://github.com/JesterOrNot/Gitp
81
80
[](https://gitpod.io/#https://github.com/JesterOrNot/Gitpod-PHP-Debug)
82
81
83
82
## PECL Package Manager
83
+
84
84
Gitpod's default workspace image also comes with the [PECL](https://pecl.php.net/) package manager pre-installed. To install packages with it, you must use `sudo pecl install <EXTENSION>` in your repository's [.gitpod.Dockerfile](https://www.gitpod.io/docs/config-docker/), e.g. like so:
0 commit comments