Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -19,8 +19,8 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
|
|
| 19 |
pkg-config \
|
| 20 |
gnupg2 \
|
| 21 |
wget \
|
| 22 |
-
postgresql
|
| 23 |
-
postgresql-contrib
|
| 24 |
|
| 25 |
#RUN apt-get update && apt-get install postgresql-16 postgresql-contrib-16 -y
|
| 26 |
|
|
|
|
| 19 |
pkg-config \
|
| 20 |
gnupg2 \
|
| 21 |
wget \
|
| 22 |
+
postgresql \
|
| 23 |
+
postgresql-contrib
|
| 24 |
|
| 25 |
#RUN apt-get update && apt-get install postgresql-16 postgresql-contrib-16 -y
|
| 26 |
|