From 73ea366466170b5d49457945cd6a9a84fa4e759f Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE <0xfeedc0de64@gmail.com> Date: Sun, 11 Mar 2018 14:34:40 +0100 Subject: [PATCH] Improved Docker caching --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5fca3e4..e997ef7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,10 @@ RUN apt update \ && apt install tzdata -y \ && rm /var/lib/apt/lists/* /var/log/* -Rf +RUN apt update \ + && apt install libssl1.0.0 ca-certificates libqt5core5a libqt5gui5 libqt5network5 libqt5multimedia5 -y \ + && rm /var/lib/apt/lists/* /var/log/* -Rf + RUN apt update \ && apt install git-core g++ make qt5-default qtmultimedia5-dev qttools5-dev qttools5-dev-tools -y \ && rm /var/lib/apt/lists/* /var/log/* -Rf