[IMP] Odoo 11.0-13.0: avoid to install unnecessary packages
This commit is contained in:
parent
3e06fdf97d
commit
91a9019df7
@ -46,7 +46,7 @@ RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main' > /etc
|
|||||||
&& gpgconf --kill all \
|
&& gpgconf --kill all \
|
||||||
&& rm -rf "$GNUPGHOME" \
|
&& rm -rf "$GNUPGHOME" \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y postgresql-client \
|
&& apt-get install --no-install-recommends -y postgresql-client \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install Odoo
|
# Install Odoo
|
||||||
|
@ -46,7 +46,7 @@ RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main' > /etc
|
|||||||
&& gpgconf --kill all \
|
&& gpgconf --kill all \
|
||||||
&& rm -rf "$GNUPGHOME" \
|
&& rm -rf "$GNUPGHOME" \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y postgresql-client \
|
&& apt-get install --no-install-recommends -y postgresql-client \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install rtlcss (on Debian stretch)
|
# Install rtlcss (on Debian stretch)
|
||||||
@ -58,7 +58,7 @@ RUN echo "deb http://deb.nodesource.com/node_8.x stretch main" > /etc/apt/source
|
|||||||
&& gpgconf --kill all \
|
&& gpgconf --kill all \
|
||||||
&& rm -rf "$GNUPGHOME" \
|
&& rm -rf "$GNUPGHOME" \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y nodejs \
|
&& apt-get install --no-install-recommends -y nodejs \
|
||||||
&& npm install -g rtlcss \
|
&& npm install -g rtlcss \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main' > /etc/
|
|||||||
&& gpgconf --kill all \
|
&& gpgconf --kill all \
|
||||||
&& rm -rf "$GNUPGHOME" \
|
&& rm -rf "$GNUPGHOME" \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y postgresql-client \
|
&& apt-get install --no-install-recommends -y postgresql-client \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install rtlcss (on Debian buster)
|
# Install rtlcss (on Debian buster)
|
||||||
|
Loading…
Reference in New Issue
Block a user