Skip to content
Snippets Groups Projects
Commit 0a7fa5af authored by Théo - Le Filament's avatar Théo - Le Filament
Browse files

fix(build): resolv unexpected command output to file while installing pip package

parent 1ff0f2e5
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ RUN set -x; \
# python-stdnum>=1.18 required by l10n_fr_siret and l10n_fr_siret_lookup
# PyYAML required by custom scripts for adding modules (https://sources.le-filament.com/lefilament/ansible-roles/docker_odoo/-/tree/master/templates)
# zxcvbn required by password_security
pip wheel --wheel-dir=/svc/wheels astor openupgradelib phonenumbers python-stdnum>=1.18 PyYAML zxcvbn
pip wheel --wheel-dir=/svc/wheels 'astor' 'openupgradelib' 'phonenumbers' 'python-stdnum>=1.18' 'PyYAML' 'zxcvbn'
FROM python:3.11-slim-bullseye AS final
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment