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

Update Dockerfile

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