We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffcf1f2 commit a247542Copy full SHA for a247542
1 file changed
Dockerfile
@@ -3,7 +3,10 @@ LABEL maintainer "Ash Wilson <smashwilson@gmail.com>"
3
4
ENV NPM_CONFIG_LOGLEVEL warn
5
6
-RUN apk add --no-cache bash postgresql-client
+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
10
RUN npm install -g coffee-script
11
RUN mkdir -p /usr/src/app
12
RUN adduser -s /bin/false -D pushbot
0 commit comments