https://github.com/basster/patternlab-builder-image
Docker Image to setup/build patternlab
https://github.com/basster/patternlab-builder-image
composer docker node nodejs patternlab php yarn
Last synced: 3 months ago
JSON representation
Docker Image to setup/build patternlab
- Host: GitHub
- URL: https://github.com/basster/patternlab-builder-image
- Owner: Basster
- License: mit
- Created: 2019-06-28T07:04:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T13:52:07.000Z (almost 6 years ago)
- Last Synced: 2025-01-18T06:42:31.108Z (about 1 year ago)
- Topics: composer, docker, node, nodejs, patternlab, php, yarn
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# patternlab-builder-image
[](https://hub.docker.com/r/djbasster/patternlab-builder-image)
A docker image which includes:
- [PHP 7.3](http://php.net/) with following extensions
- apcu
- readline
- sqlite
- curl
- intl
- mbstring
- opcache
- json
- zip
- xsl
- [nodejs 10.x](https://nodejs.org)
- [yarn](https://yarnpkg.com)
- [composer](https://getcomposer.org/)
It also contains `curl`, `wget`, `gnupg2` and `git` for reasons.
You can find the image on the official [docker registry](https://hub.docker.com/r/djbasster/patternlab-builder-image)
```bash
docker pull djbasster/patternlab-builder-image
```