Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusAhlfors committed Nov 13, 2023
1 parent 390950d commit 06a2d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY update_odoo_home.sh /etc/profile.d/update_odoo_home.sh
#RUN chown odoo /var/lib/odoo/sessions

# Update basic packages
RUN apt-get update
RUN apt-get update \
&& apt-get install -y nano supervisor openssh-server git bash wget curl locales libc6 libstdc++6 ca-certificates tar sudo

# Install PostgreSQL client
Expand Down

0 comments on commit 06a2d3a

Please sign in to comment.