Tag Archives: Alpine Linux
Python 3.6 Package Installation Error in Docker Alpine Image
As I was trying to create an alpine image with python 3.6.7 version and also wanted to install other Python packages from requirements.txt with pip. Docker build kept running into ERROR. effi and ssl could not build with gcc. It took me awhile to find out why it’s happening. In the beginning I thought it was an issue with pip version of…
How to Install Jekyll in Alpine Linux
I have been using alpine linux because it is a lightweight Linux distro and highly customizable. I was trying to install jekyll in alpine and following the instruction from jekyll website was not that helpful because the instructions are not for alpine linux. So here is how I did it. Installing ruby Official documentation asks that the system has ruby installed and should be…