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
2eb685bd
Commit
2eb685bd
authored
9 months ago
by
Rémi - Le Filament
Browse files
Options
Downloads
Patches
Plain Diff
[UPD] use Python 3.12
parent
e8981764
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Pipelines
55
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
17.0.Dockerfile
+4
-4
4 additions, 4 deletions
17.0.Dockerfile
with
4 additions
and
4 deletions
17.0.Dockerfile
+
4
−
4
View file @
2eb685bd
FROM
python:3.1
1
-slim-bookworm
AS
builder
FROM
python:3.1
2
-slim-bookworm
AS
builder
RUN
set
-x
;
\
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
build-essential
git libfreetype-dev
libldap2-dev libpq-dev libsasl2-dev
libxml2-dev libxslt1-dev
&&
\
apt-get
install
-y
--no-install-recommends
build-essential
curl git
libldap2-dev libpq-dev libsasl2-dev
&&
\
pip
install
wheel
&&
\
pip wheel
--wheel-dir
=
/svc/wheels
-r
https://raw.githubusercontent.com/oca/OCB/17.0/requirements.txt
&&
\
# astor required by base_view_inheritance_extension
...
...
@@ -10,10 +10,10 @@ 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 git+https://github.com/OCA/openupgradelib.git@master phonenumbers python-stdnum
>
=1.
18
PyYAML
zxcvbn
pip wheel --wheel-dir=/svc/wheels astor git+https://github.com/OCA/openupgradelib.git@master phonenumbers
==8.13.40
python-stdnum
=
=1.
20
PyYAML
==6.0.1 zxcvbn==4.4.28
FROM
python:3.1
1
-slim-bookworm
AS
final
FROM
python:3.1
2
-slim-bookworm
AS
final
ENV
LANG=C.UTF-8 \
LC_ALL=C.UTF-8 \
PGDATABASE=odoo
...
...
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