Browse Source

gcc added (for psutil)

bernhardbuhl 3 years ago
parent
commit
17ffa9ea5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -23,7 +23,7 @@ RUN apt-get update -q && \
     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 libxkbcommon-x11-0 && \
-    apt-get install -y --no-install-recommends default-jre && \
+    apt-get install -y --no-install-recommends default-jre gcc && \
     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 && \