cicadahq/cicada

Poor support for alpine based images

Opened this issue · 0 comments

Currently due to Deno requiring glibc alpine support is not very good. This is tracked upstream at denoland/deno#3711

One solution is using the frolvlad/alpine-glibc image which sets up glibc which is what the official Deno alpine image does: https://github.com/denoland/deno_docker/blob/54c9c57fccf473d7eb2c69d707d5a0c451b75b79/alpine.dockerfile#L16