I am creating a ruby:2.3-alpine based docker image. I need to install a couple packages for my rails application to work properly. Unfortunately, the following packages do not exist in alpine repositories.
How to install them?
$ uname -a Linux 50642453afd5 4.1.17-boot2docker
Installation packages:
- libav tools
- xfonts base
- xfonts-75dpi
- Iceweasel
source share