소스 검색

add missing Temporal GUI Tools required package in the Dockerfile (#312)

Tomas Zigo 5 년 전
부모
커밋
368bb8bcf6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -60,6 +60,7 @@ RUN apt-get update \
         python3-six \
         python3-wxgtk4.0 \
         python3-gdal \
+        python3-matplotlib \
         sqlite3 \
         subversion \
         unixodbc-dev \