Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
|
|
17 |
build-essential \
|
18 |
pkg-config \
|
19 |
gnupg2 \
|
20 |
-
wget
|
21 |
|
22 |
#RUN apt-get update && apt-get install postgresql-16 postgresql-contrib-16 -y
|
23 |
|
|
|
17 |
build-essential \
|
18 |
pkg-config \
|
19 |
gnupg2 \
|
20 |
+
wget
|
21 |
|
22 |
#RUN apt-get update && apt-get install postgresql-16 postgresql-contrib-16 -y
|
23 |
|