From 85acf5331612be9a3d2f39f4203c03ad5da4f2c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Mon, 2 Aug 2021 09:50:58 +0200 Subject: [PATCH] [IMP] Update VCS URL --- 10.0.Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/10.0.Dockerfile b/10.0.Dockerfile index 7c1c8a9..9f43473 100644 --- a/10.0.Dockerfile +++ b/10.0.Dockerfile @@ -17,7 +17,7 @@ RUN set -x; \ fontconfig \ git \ libjpeg62-turbo \ - libtiff5 \ + libtiff5 \ libx11-6 \ libxcb1 \ libxext6 \ @@ -97,7 +97,7 @@ RUN set -x; \ /opt/odoo/additional_addons/ &&\ rm -rf /tmp/oca-repos/ &&\ find /opt/odoo/additional_addons/*/i18n/ -type f -not -name 'fr.po' -delete &&\ - chown -R odoo:odoo /opt/odoo + chown -R odoo:odoo /opt/odoo # Copy entrypoint script and Odoo configuration file COPY ./entrypoint.sh / @@ -126,4 +126,4 @@ LABEL org.label-schema.schema-version="$VERSION" \ org.label-schema.license=Apache-2.0 \ org.label-schema.build-date="$BUILD_DATE" \ org.label-schema.vcs-ref="$VCS_REF" \ - org.label-schema.vcs-url="https://github.com/lefilament/docker-odoo" + org.label-schema.vcs-url="https://sources.le-filament.com/lefilament/odoo_docker" -- GitLab