Zendy Lim

Results 2 comments of Zendy Lim

I've looked into the `node_modules` and `@rometools/cli-linux-x64/rome` exists. ``` ls -lAh /home/node/project-tsuki/server/node_modules/@rometools/cli-linux-x64/rome -rwxr-xr-x 1 node node 13.5M Jun 29 15:27 /home/node/project-tsuki/server/node_modules/@rometools/cli-linux-x64/rome ```

So in attempt to work around this. I figured that `alpine` might missing some `glibc` stuff. So I installed it. ``` wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \ && wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r1/glibc-2.35-r1.apk...