[FIX] packaging: remove policy-rc configuration

It was preventing postgresql to generate a working cluster.
This commit is contained in:
Simon Lejeune 2015-07-14 18:05:01 +02:00
parent 86d7f52971
commit 936e321ae0
2 changed files with 0 additions and 6 deletions

View File

@ -3,9 +3,6 @@
FROM debian:stable
MAINTAINER Odoo S.A. <info@odoo.com>
# Change policy-rc.d so that services start automatically once installed
RUN echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d
RUN apt-get update && \
apt-get install -y locales && \
rm -rf /var/lib/apt/lists/*

View File

@ -3,9 +3,6 @@
FROM debian:stable
MAINTAINER Odoo S.A. <info@odoo.com>
# Change policy-rc.d so that services start automatically once installed
RUN echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d
RUN apt-get update && \
apt-get install -y locales && \
rm -rf /var/lib/apt/lists/*