An Alpine Linux base image, with ready to install developer tools including zsh with a developer setup.
docker build Dockerfile
docker run -ti --rm serafinframework/alpine bash
The image includes the executable /opt/install-devtools.sh, which can be used when building a subsequent Docker image to install the following tools:
- zsh (with a pre-defined development configuration)
- bash, screen, man, zip, wget, vim, nano, git, subversion, less, htop
The image includes the executable /opt/startup-timezone.sh, which can be used at runtime to set the container timezone.
Example
/var/opt/startup-timezone.sh America/Montreal