Remove leftovers

This commit is contained in:
Feike Steenbergen
2016-06-15 13:37:58 +02:00
parent 8ddb5908f2
commit 8e59118271
3 changed files with 4 additions and 2 deletions
-2
View File
@@ -3,11 +3,9 @@
FROM ubuntu:16.04
MAINTAINER Feike Steenbergen <[email protected]>
# We need curl
RUN echo 'APT::Install-Recommends "0";' > /etc/apt/apt.conf.d/01norecommend
RUN echo 'APT::Install-Suggests "0";' >> /etc/apt/apt.conf.d/01norecommend
# Add PGDG repositories
ENV PGVERSION 9.5
RUN apt-get update -y \
&& apt-get upgrade -y \