yhatt/marp

Fail.

brettswift opened this issue ยท 2 comments

Install instructions don't contain any dependencies or setup.

It just says download tar. (done)

unzip (done)

run (booom) ๐Ÿ’ฅ

docker run --rm -it node bash

then inside just to test:

wget https://github.com/yhatt/marp/releases/download/v0.0.13/0.0.13-Marp-linux-x64.tar.gz
tar -zxf 0.0.13-Marp-linux-x64.tar.gz
./Marp

๐Ÿ’ฅ ๐Ÿ’ฅ ๐Ÿ’ฅ

root@acacc8126b8b:/usr/local/bin/marp# ./Marp
./Marp: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory

oh well.. onto try the next markdown presentation project.

I think it's safe to assume that a GUI markdown tool for linux would require more that what comes in the node docker container.

Why you thought you could run a GUI tool in a docker container without some pretty exotic setup is the real fail. Or as you put it ๐Ÿ’ฅ ๐Ÿ’ฅ ๐Ÿ’ฅ

I do agree that you should apologize for your unwarranted negativity or just go away though ๐Ÿ˜œ

yhatt commented

Relax. ๐Ÿต
We would support Docker in a CLI interface of the next Marp officially.
https://hub.docker.com/r/marpteam/marp-cli/

Although it might work when we try harder, but currently we have no plan of GUI running on docker.