From 73c6513d11e468a846fb57b1df73261ce518b989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Rodrigues=20Ribeiro?= Date: Fri, 19 Oct 2018 20:04:28 -0300 Subject: [PATCH] Isolate the conflict packages --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index aec8746..d68d20e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN apt-get install -y \ firefox-esr \ firefox-esr-l10n-pt-br \ libc6 \ - libcurl4 \ + # libcurl4 \ libdbus-1-3 \ libgcc1 \ libgdk-pixbuf2.0-0 \ @@ -32,7 +32,7 @@ RUN apt-get install -y \ libpango-1.0-0 \ libpython2.7-minimal \ libpython2.7-stdlib \ - libssl1.0.0 \ + # libssl1.0.0 \ libstdc++6 \ libx11-6 \ libxi6 \