From c49670fb9dca721847b1d2f3bd453fd651794783 Mon Sep 17 00:00:00 2001 From: Flavio Barros Date: Sat, 17 Sep 2016 19:39:47 -0300 Subject: [PATCH] Resolving conflicts Correcting issue #7 --- Dockerfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7a7e949..b45f9c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,17 +9,8 @@ RUN apt-get update && apt-get install -y \ pandoc-citeproc \ libcurl4-gnutls-dev \ libcairo2-dev/unstable \ -<<<<<<< HEAD - libxt-dev - -# Download and install libssl 0.9.8 -RUN wget --no-verbose http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl0.9.8_0.9.8o-4squeeze14_amd64.deb && \ - dpkg -i libssl0.9.8_0.9.8o-4squeeze14_amd64.deb && \ - rm -f libssl0.9.8_0.9.8o-4squeeze14_amd64.deb -======= libxt-dev \ libssl-dev ->>>>>>> b708d8227b6b3c18f4baa4ef7d6b1cb5d34f8792 # Download and install shiny server RUN wget --no-verbose https://s3.amazonaws.com/rstudio-shiny-server-os-build/ubuntu-12.04/x86_64/VERSION -O "version.txt" && \