Reidented. Sorry, but I had to. There were 2-3 different indentations in
the same file.
This commit is contained in:
parent
80e62cffad
commit
ba98a8f056
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user