Skip to content

Commit

Permalink
[IMP] packaging: update packaging docker files
Browse files Browse the repository at this point in the history
closes odoo#77759

Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
  • Loading branch information
d-fence committed Oct 5, 2021
1 parent d401df9 commit 4e57f41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup/package.dfdebian
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Please note that this Dockerfile is used for testing nightly builds and should
# not be used to deploy Odoo
FROM debian:buster
FROM debian:bullseye
MAINTAINER Odoo S.A. <info@odoo.com>

RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion setup/package.dffedora
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Please note that this Dockerfile is used for testing nightly builds and should
# not be used to deploy Odoo
FROM fedora:32
FROM fedora:34
MAINTAINER Odoo S.A. <info@odoo.com>

# Dependencies and postgres
Expand Down
2 changes: 1 addition & 1 deletion setup/redhat/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
set -e
ABI=$(rpm -q --provides python3 | awk '/abi/ {print $NF}')
ABI=$(rpm -q --provides python3 | uniq | awk '/abi/ {print $NF}')
python3 setup.py install --prefix=/usr --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES --install-lib usr/lib/python${ABI}/site-packages/

0 comments on commit 4e57f41

Please sign in to comment.