https://github.com/fjc0k/docker-front-end-builder
A docker image with the tools required to build modern front-end apps on Alpine Linux.
https://github.com/fjc0k/docker-front-end-builder
Last synced: 6 months ago
JSON representation
A docker image with the tools required to build modern front-end apps on Alpine Linux.
- Host: GitHub
- URL: https://github.com/fjc0k/docker-front-end-builder
- Owner: fjc0k
- License: mit
- Created: 2019-11-28T10:32:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T10:03:43.000Z (almost 6 years ago)
- Last Synced: 2025-02-10T11:44:16.567Z (8 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/jayfong/front-end-builder
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-front-end-builder
A docker image with the tools required to build modern front-end apps on Alpine Linux.
## It contains
```bash
ca-certificates \
curl \
wget \
cmake \
build-base \
git \
bash \
python \
make \
gcc \
g++ \
zlib-dev \
autoconf \
automake \
file \
nasm \
```