Top "Alpine" questions

Alpine Linux is a small, simple and secure Linux distribution based on musl libc and busybox.

GCC can't find stdio.h in Alpine Linux

In a fresh Alpine Linux I installed GCC by apk add --update-cache gcc but still a simple program #include <…

gcc alpine
How do I add the Lua module for nginx on Alpine linux?

I'd like to have a lean Docker image for nginx with the Lua module enabled. How can I create this …

docker nginx lua alpine
How to install Debian packages on Alpine?

How to install Debian packages on Alpine? For example: wget https://dl.influxdata.com/influxdb/releases/influxdb_0.13.0_armhf.deb sudo …

ubuntu influxdb alpine
Issue installing MongoDB on alpine

RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.6/community' >> /etc/apk/repositories RUN apk update RUN apk add …

docker alpine
How to install fonts in Docker?

How to install fonts for all languages? This is what I do, but no Japanese fonts in Chrome. From this …

docker google-chrome alpine chromeless
In Docker image names what is the difference between Alpine, Jessie, Stretch, and Buster?

I am just looking at docker images in https://hub.docker.com/_/node/ For every version, the images are categorized …

docker alpine docker-image debian-jessie debian-buster
Installing GCC from source on Alpine

While trying to install GCC 6.4.0 on Alpine, I run into: checking for the correct version of gmp.h... yes checking …

linux gcc gmp alpine lib
How to solve "Could not find any Python installation to use" with docker node alpine Image when adding bcrypt to package.json?

Before I added bcrypt to my package.json, everything was working fine. Now, I get the error message below. This …

python node.js docker bcrypt alpine
python3 and pip3 in docker

I want to use python 3.x and pip3 to install some python libraries in docker. I used following commands to …

python docker pip alpine
How to retain docker alpine container after "exit" is used?

Like for example if I use command docker run -it alpine /bin/sh it starts a terminal after which I …

linux docker alpine