From 8e188030830512e6246af55ecd0a52f3f67517a5 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 18 Sep 2024 19:41:02 -0600 Subject: [PATCH] build: gitpod Dockerfile fixed --- .gitpod/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod/Dockerfile b/.gitpod/Dockerfile index c26d34d2a..38d32f8da 100644 --- a/.gitpod/Dockerfile +++ b/.gitpod/Dockerfile @@ -30,5 +30,5 @@ RUN npm install split mathjax-full mathjax-node-sre RUN cabal update # Install MathJax-Node-CLI -git clone https://github.com/mathjax/mathjax-node-cli --depth=1 -echo "export PATH=\"$PWD/mathjax-node-cli/bin:\$PATH\"" >> ~/.bashrc +RUN git clone https://github.com/mathjax/mathjax-node-cli --depth=1 +RUN echo "export PATH=\"$PWD/mathjax-node-cli/bin:\$PATH\"" >> ~/.bashrc