We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b40293b + 2716d9d commit bcb14e1Copy full SHA for bcb14e1
1 file changed
Dockerfile
@@ -5,8 +5,6 @@ ENV APP_HOME /app
5
RUN mkdir $APP_HOME
6
WORKDIR $APP_HOME
7
8
-COPY square_primary_certificate_authority_g2.crt /usr/local/share/ca-certificates/
9
-COPY square_service_authority_g2.crt /usr/local/share/ca-certificates/
10
RUN update-ca-certificates
11
12
# RUN printf "deb http://archive.debian.org/debian/ jessie main\ndeb-src http://archive.debian.org/debian/ jessie main\ndeb http://security.debian.org jessie/updates main\ndeb-src http://security.debian.org jessie/updates main" > /etc/apt/sources.list
0 commit comments