Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -12,8 +12,7 @@ RUN apt-get update && apt-get install -y \
|
|
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
|
|
|
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
|