Skip to content

Commit

Permalink
Fix master
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 13, 2020
1 parent 2a1c6f7 commit 3a6bf2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt update && \
python3-geolinks python3-six qtscript5-dev python3-pyqt5.qsci spawn-fcgi xauth xfonts-100dpi \
xfonts-75dpi xfonts-base xfonts-scalable xvfb git ninja-build ccache clang libpython3-dev \
libqt53dcore5 libqt53dextras5 libqt53dlogic5 libqt53dinput5 libqt53drender5 libqt5serialport5-dev \
libexiv2-dev libgeos-dev protobuf-compiler libprotobuf-dev && \
libexiv2-dev libgeos-dev protobuf-compiler libprotobuf-dev libzstd-dev && \
apt clean && \
rm -rf /var/lib/apt/lists/*

Expand Down Expand Up @@ -82,7 +82,7 @@ RUN apt update && \
apache2 libapache2-mod-fcgid \
python3-pyqt5.qsci python3-pil python3-psycopg2 python3-shapely libpython3-dev \
libqt5serialport5 libqt5quickwidgets5 libexiv2-27 libprotobuf17 libprotobuf-lite17 \
libgsl23 && \
libgsl23 libzstd1 && \
apt clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 3a6bf2a

Please sign in to comment.