moriire commited on
Commit
68677d1
1 Parent(s): dde54de

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ FROM ${IMAGE}
7
  # Re-declare the ARG after FROM
8
  ARG IMAGE
9
 
10
- RUN apt-get curl
11
 
12
  RUN curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg
13
  # Update and upgrade the existing packages
 
7
  # Re-declare the ARG after FROM
8
  ARG IMAGE
9
 
10
+ RUN apt-get install curl
11
 
12
  RUN curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg
13
  # Update and upgrade the existing packages