We have the package working fine on local development machines (Mac Catalina), but it doesn't seem to compress anything when we deploy on Kubernetes in a container. The base container we are using is the standard node 10.16.3 from Docker Hub, but that's a rather minimal Linux distro and I'm wondering if there are some OS dependencies that we need to install.
We have the package working fine on local development machines (Mac Catalina), but it doesn't seem to compress anything when we deploy on Kubernetes in a container. The base container we are using is the standard node 10.16.3 from Docker Hub, but that's a rather minimal Linux distro and I'm wondering if there are some OS dependencies that we need to install.