Skip to content

Commit

Permalink
Merge pull request #546 from ap-wtioit/master-fix_debian_stretch_tecn…
Browse files Browse the repository at this point in the history
…ativa

[FIX] 1[12].0: use archive for debian stretch packages
  • Loading branch information
pedrobaeza authored Apr 24, 2023
2 parents 1394de8 + 039f3b4 commit ee3919d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 11.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ ENV DB_FILTER=.* \
WDB_WEB_PORT=1984 \
WDB_WEB_SERVER=localhost

# Debian stretch was moved to archive (and stretch-updates does not exist in archive)
RUN sed -i 's,http://deb.debian.org,http://archive.debian.org,g;s,http://security.debian.org,http://archive.debian.org,g;s,\(.*stretch-updates\),#\1,' /etc/apt/sources.list

# Other requirements and recommendations to run Odoo
# See https://github.com/$ODOO_SOURCE/blob/$ODOO_VERSION/debian/control
RUN apt-get -qq update \
Expand Down
3 changes: 3 additions & 0 deletions 12.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ ENV DB_FILTER=.* \
WDB_WEB_PORT=1984 \
WDB_WEB_SERVER=localhost

# Debian stretch was moved to archive (and stretch-updates does not exist in archive)
RUN sed -i 's,http://deb.debian.org,http://archive.debian.org,g;s,http://security.debian.org,http://archive.debian.org,g;s,\(.*stretch-updates\),#\1,' /etc/apt/sources.list

# Other requirements and recommendations to run Odoo
# See https://github.com/$ODOO_SOURCE/blob/$ODOO_VERSION/debian/control
RUN apt-get -qq update \
Expand Down

0 comments on commit ee3919d

Please sign in to comment.