Skip to content

Commit

Permalink
modify dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Sep 5, 2024
1 parent df9a2d8 commit 5def219
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ RUN /usr/lib/postgresql/16/bin/pg_ctl -D /var/lib/postgresql/16/data start && \
/usr/lib/postgresql/16/bin/psql -c "CREATE DATABASE gitpod OWNER gitpod;" && \
/usr/lib/postgresql/16/bin/pg_ctl -D /var/lib/postgresql/16/data stop

USER root
RUn rm /usr/lib/postgresql/12 -rf

# remove PIP_USER environment
USER gitpod

Expand Down

0 comments on commit 5def219

Please sign in to comment.