moriire commited on
Commit
91ded94
1 Parent(s): fab96df

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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-16 \
23
- postgresql-contrib-16
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