Skip to content
Snippets Groups Projects
Commit b3f7670c authored by Simon Lejeune's avatar Simon Lejeune
Browse files

[FIX] packaging: remove policy-rc configuration

It was preventing postgresql to generate a working cluster.
parent 3376b747
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,6 @@
FROM debian:jessie
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/*
......
......@@ -3,9 +3,6 @@
FROM debian:jessie
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/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment