Skip to content

Commit a247542

Browse files
committed
Install RDS root certificate authority
1 parent ffcf1f2 commit a247542

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ LABEL maintainer "Ash Wilson <smashwilson@gmail.com>"
33

44
ENV NPM_CONFIG_LOGLEVEL warn
55

6-
RUN apk add --no-cache bash postgresql-client
6+
ADD https://truststore.pki.rds.amazonaws.com/us-east-1/us-east-1-bundle.pem /usr/local/share/ca-certificates/rds-bundle.pem
7+
8+
RUN apk add --no-cache bash postgresql-client ca-certificates \
9+
&& update-ca-certificates
710
RUN npm install -g coffee-script
811
RUN mkdir -p /usr/src/app
912
RUN adduser -s /bin/false -D pushbot

0 commit comments

Comments
 (0)