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
26e2438a
Valider
26e2438a
rédigé
Il y a 6 ans
par
remi-filament
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
Change pip3.5 to pip3 and remove comments
parent
a3828bb0
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é
12.0.Dockerfile
+2
-5
2 ajouts, 5 suppressions
12.0.Dockerfile
avec
2 ajouts
et
5 suppressions
12.0.Dockerfile
+
2
−
5
Voir le fichier @
26e2438a
...
@@ -4,7 +4,6 @@ MAINTAINER Le Filament <https://le-filament.com>
...
@@ -4,7 +4,6 @@ MAINTAINER Le Filament <https://le-filament.com>
# Generate locale C.UTF-8 for postgres and general locale data
# Generate locale C.UTF-8 for postgres and general locale data
ENV
LANG C.UTF-8
ENV
LANG C.UTF-8
ENV
APT_DEPS='build-essential libldap2-dev libsasl2-dev python3-dev python3-wheel'
ENV
APT_DEPS='build-essential libldap2-dev libsasl2-dev python3-dev python3-wheel'
#ENV APT_DEPS_EXTENDED='binutils build-essential bzip2 cpp cpp-6 dpkg-dev g++ g++-6 gcc gcc-6 libasan3 libatomic1 libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libdpkg-perl libexpat1-dev libgcc-6-dev libgomp1 libisl15 libitm1 libldap2-dev libsasl2-dev liblsan0 libmpc3 libmpfr4 libmpx2 libpython3-dev libpython3.5 libpython3.5-dev libquadmath0 libstdc++-6-dev libtsan0 libubsan0 linux-libc-dev make patch python3-dev python3-wheel python3.5-dev'
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
RUN
set
-x
;
\
RUN
set
-x
;
\
...
@@ -32,14 +31,12 @@ RUN set -x; \
...
@@ -32,14 +31,12 @@ RUN set -x; \
xfonts-base
\
xfonts-base
\
xz-utils
\
xz-utils
\
&&
\
&&
\
# libfontconfig1 fontconfig-config libx11-data libxau6 libxdmcp6 xfonts-utils ucf fonts-dejavu-core libfontenc1 libxfont1 x11-common xfonts-encodings
\
# python3 python3-babel python3-dateutil python3-decorator python3-docutils python3-feedparser python3-imaging python3-jinja2 python3-ldap python3-libxslt1 python3-lxml python3-mako python3-mock python3-openid python3-passlib python3-psutil python3-psycopg2 python3-pychart python3-pydot python3-pyparsing python3-pypdf python3-reportlab python3-requests python3-suds python3-tz python3-vatnumber python3-vobject python3-werkzeug python3-xlsxwriter python3-xlwt python3-yaml python3-gevent
\
curl
-o
wkhtmltox.deb
-SL
https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.stretch_amd64.deb
&&
\
curl
-o
wkhtmltox.deb
-SL
https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.stretch_amd64.deb
&&
\
echo
'7e35a63f9db14f93ec7feeb0fce76b30c08f2057 wkhtmltox.deb'
|
sha1sum
-c
-
&&
\
echo
'7e35a63f9db14f93ec7feeb0fce76b30c08f2057 wkhtmltox.deb'
|
sha1sum
-c
-
&&
\
dpkg
--force-depends
-i
wkhtmltox.deb
&&
\
dpkg
--force-depends
-i
wkhtmltox.deb
&&
\
apt-get
install
-y
--no-install-recommends
${
APT_DEPS
}
&&
\
apt-get
install
-y
--no-install-recommends
${
APT_DEPS
}
&&
\
pip3
.5
install
-I
-r
https://raw.githubusercontent.com/OCA/OCB/12.0/requirements.txt
&&
\
pip3
install
-I
-r
https://raw.githubusercontent.com/OCA/OCB/12.0/requirements.txt
&&
\
pip3
.5
install
simplejson WTForms
&&
\
pip3
install
simplejson WTForms
&&
\
apt-get
-y
purge
${
APT_DEPS
}
&&
\
apt-get
-y
purge
${
APT_DEPS
}
&&
\
apt-get
-y
autoremove
&&
\
apt-get
-y
autoremove
&&
\
rm
-rf
/var/lib/apt/lists/
*
wkhtmltox.deb
rm
-rf
/var/lib/apt/lists/
*
wkhtmltox.deb
...
...
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