Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
O
odoo_docker
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Déploiement
Registre de conteneurs
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse du dépôt
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté GitLab
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Le Filament
odoo_docker
Validations
236368b7
Valider
236368b7
rédigé
Il y a 2 ans
par
Rémi - Le Filament
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
[DEL] unecessary instructions
parent
257583c2
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
1
Afficher les modifications d'espaces
En ligne
Côte à côte
Affichage de
1 fichier modifié
16.0.Dockerfile
+2
-5
2 ajouts, 5 suppressions
16.0.Dockerfile
avec
2 ajouts
et
5 suppressions
16.0.Dockerfile
+
2
−
5
Voir le fichier @
236368b7
...
...
@@ -10,8 +10,7 @@ RUN set -x; \
FROM
python:3.10-slim-bullseye
AS
final
MAINTAINER
Le Filament <https://le-filament.com>
ENV
APT_DEPS='' \
LANG=C.UTF-8 \
ENV
LANG=C.UTF-8 \
LC_ALL=C.UTF-8 \
PGDATABASE=odoo
...
...
@@ -21,7 +20,6 @@ RUN set -x; \
curl
\
git
\
gnupg
\
# npm
\
openssh-client
\
xmlsec1
&&
\
echo
'deb http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main'
>>
/etc/apt/sources.list.d/postgresql.list
&&
\
...
...
@@ -31,7 +29,6 @@ RUN set -x; \
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
./wkhtmltox.deb
&&
\
apt-get
install
-y
--no-install-recommends
postgresql-client
&&
\
apt-get
-y
purge
${
APT_DEPS
}
&&
\
apt-get
-y
autoremove
&&
\
rm
-rf
/var/lib/apt/lists/
*
wkhtmltox.deb
...
...
@@ -44,7 +41,7 @@ COPY ./ssh_known_git_hosts /root/.ssh/known_hosts
# Install Odoo and remove not French translations and .git directory to limit amount of data used by container
RUN
set
-x
;
\
useradd
-l
--create-home
--home-dir
/opt/odoo
--no-log-init
odoo
&&
\
useradd
--create-home
--home-dir
/opt/odoo
--no-log-init
odoo
&&
\
/bin/bash
-c
"mkdir -p /opt/odoo/{etc,odoo,additional_addons,private_addons,data,private}"
&&
\
# git clone -b 16.0 --depth 1 https://github.com/OCA/OCB.git /opt/odoo/odoo &&
\
git clone
-b
master
--depth
1 https://github.com/odoo/odoo.git /opt/odoo/odoo
&&
\
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter