Update Dockerfile

This commit is contained in:
Paillat
2023-02-06 10:23:12 +01:00
parent 6c9389516d
commit 3d5dfc9ecb

View File

@@ -5,7 +5,7 @@ ENV PYTHONUNBUFFERED=1
RUN git clone https://github.com/Paillat-dev/presentator.git RUN git clone https://github.com/Paillat-dev/presentator.git
RUN pip install -r /presentator/requirements.txt RUN pip install -r /presentator/requirements.txt
RUN apt-get update RUN apt-get update
RUN apt-get install --y chromium # for marp RUN apt-get install -y chromium # for marp
WORKDIR /presentator WORKDIR /presentator
RUN wget https://github.com/marp-team/marp-cli/releases/download/v2.3.0/marp-cli-v2.3.0-linux.tar.gz RUN wget https://github.com/marp-team/marp-cli/releases/download/v2.3.0/marp-cli-v2.3.0-linux.tar.gz
RUN tar -xvf marp-cli-v2.3.0-linux.tar.gz RUN tar -xvf marp-cli-v2.3.0-linux.tar.gz