Remove PPA

This commit is contained in:
Yves Lavoie 2017-09-26 08:39:25 -04:00
parent 1aadce09c9
commit b19461760c

View File

@ -3,10 +3,6 @@ MAINTAINER Freelock john@freelock.com
RUN echo -n "APT::Install-Recommends \"0\";\nAPT::Install-Suggests \"0\";\n" >> /etc/apt/apt.conf
RUN apt-get update && \
apt-get -y install software-properties-common wget && \
add-apt-repository ppa:ledgersmb/main
# Install Perl, Tex, Starman, psql client, and all dependencies
RUN DEBIAN_FRONTEND=noninteractive && \
apt-get update && apt-get -y install \