Skip to content

Commit

Permalink
Fix: utente root per installare i pacchetti
Browse files Browse the repository at this point in the history
  • Loading branch information
abettarini committed Jun 21, 2024
1 parent 11ca1ff commit fa73605
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
FROM odoo:16.0

USER root

RUN apt-get update && \
apt-get install -y --no-install-recommends \
python3-codicefiscale

RUN rm -rf /var/lib/apt/lists/*

USER odoo

0 comments on commit fa73605

Please sign in to comment.