Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
odoo_docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container Registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Le Filament
odoo_docker
Commits
0a7fa5af
Commit
0a7fa5af
authored
9 months ago
by
Théo - Le Filament
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
16.0.Dockerfile
+1
-1
1 addition, 1 deletion
16.0.Dockerfile
with
1 addition
and
1 deletion
16.0.Dockerfile
+
1
−
1
View file @
0a7fa5af
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment