Instead they are based on Ubuntu ``` kvorobyev@ZALANDO-62321 ~ % docker run --rm -it registry.opensource.zalan.do/stups/node:12.10.0-alpine-49 /bin/bash root@361b04f36bcb:/# which apt /usr/bin/apt root@361b04f36bcb:/# cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.3 LTS" root@361b04f36bcb:/# ```
Instead they are based on Ubuntu