Browse Source

Update for new UI

bernhardbuhl 3 years ago
parent
commit
c3eb79f36f
1 changed files with 3 additions and 2 deletions
  1. 3 2
      Dockerfile

+ 3 - 2
Dockerfile

@@ -22,8 +22,8 @@ RUN apt-get update -q && \
     apt-get install -y --no-install-recommends lxde tightvncserver xvfb dbus-x11 x11-utils && \
     apt-get install -y --no-install-recommends xfonts-base xfonts-75dpi xfonts-100dpi && \
     apt-get install -y --no-install-recommends python-pip python3.7-dev python-qt4 python3-pip tk-dev && \
-    apt-get install -y --no-install-recommends libssl-dev git jq firefox unzip && \
-    apt-get install -y --no-install-recommends default-jre && \
+    apt-get install -y --no-install-recommends libssl-dev git jq firefox unzip libxkbcommon-x11-0 && \
+    apt-get install -y --no-install-recommends gnumeric nano && \
     wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \
     dpkg -i google-chrome-stable_current_amd64.deb; apt-get -fy install && \
     rm google-chrome-stable_current_amd64.deb && \
@@ -34,6 +34,7 @@ RUN apt-get update -q && \
 
 # Install Baangt
 RUN git clone -b master https://gogs.earthsquad.global/athos/baangt --single-branch && \
+    pip3 install --upgrade pip && \
     pip3 install -r baangt/requirements.txt && \
     rm -rf baangt/browserDrivers && \
     mkdir baangt/browserDrivers && \