moriire commited on
Commit
8d13d76
1 Parent(s): 391d7d1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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