diff --git a/Dockerfile b/Dockerfile index 3326888..fd1e897 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,16 +9,13 @@ RUN apt-get update && apt-get install -y \ rsync \ python3 \ python3-pip \ - python-jinja2 \ + python3-jinja2 \ fonts-liberation \ xdg-utils \ libasound2 \ libappindicator3-1 || apt-get install -y libayatana-appindicator3-1 \ && apt-get clean -# Install jinja2 using pip -RUN pip3 install jinja2 - # Install Google Chrome with proper dependency handling RUN wget -q -O /tmp/google-chrome-stable_current_amd64.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \ apt-get update && \