bpandey23 commited on
Commit
32d28f2
1 Parent(s): 31c5d60

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -12,7 +12,8 @@ RUN apt-get update && apt-get install -y \
12
  lsb-release \
13
  lsof \
14
  postgresql \
15
- gnupg
 
16
 
17
  # Install the PostgreSQL 16 repository key
18
  RUN curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg
 
12
  lsb-release \
13
  lsof \
14
  postgresql \
15
+ gnupg \
16
+ gosu
17
 
18
  # Install the PostgreSQL 16 repository key
19
  RUN curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg