Reidented. Sorry, but I had to. There were 2-3 different indentations in

the same file.
This commit is contained in:
Andris 2020-02-02 19:10:16 +01:00
parent 80e62cffad
commit ba98a8f056
3 changed files with 131 additions and 131 deletions

View File

@ -57,7 +57,7 @@ ARG ODOO_SHA=770d71cfafb9a8f8419b88f8033b964d5742ad57
RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
&& apt-get update \
&& apt-get -y install --no-install-recommends odoo.deb \
&& apt-get -y install --no-install-recommends ./odoo.deb \
&& rm -rf /var/lib/apt/lists/* odoo.deb
# Copy entrypoint script and Odoo configuration file