Add package ca-certificates

BUG: 390440
master
Jos van den Oever 2018-04-30 16:44:49 +02:00
parent 91007609a7
commit d3134229ae
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ RUN apt-get update && apt-get dist-upgrade -y
# build dependencies and many extra qml modules
RUN apt-get update && apt-get dist-upgrade -y && \
apt-get install -y --no-install-recommends \
ca-certificates \
qtcreator rustc cargo ninja-build make cmake g++ extra-cmake-modules \
kdesdk-scripts \
gdb valgrind git \