[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 be6c7582a0
commit 94e2d99283
1 changed files with 0 additions and 3 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/*