Skip to content

Commit

Permalink
Add python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Sep 28, 2021
1 parent 4ebdede commit a580aab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ RUN set -x \
python3.7-venv \
python3.8 \
python3.8-venv \
python3.9 \
python3.9-venv \
postgresql-client \
# expect provides the unbuffer utility
tcl \
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This Odoo image has the following characteristics:
- openssh-client
- rsync
- make
- python2.7/3.5/3.6/3.7/3.8
- python2.7/3.5/3.6/3.7/3.8/3.9
- virtualenv
- postgresql client
- lessc
Expand Down

0 comments on commit a580aab

Please sign in to comment.