1
0
Fork 0

Add libssl

master
Ambrose Chua 2019-08-04 05:06:37 +08:00
parent 50e64a2e82
commit a1a8dc173f
Signed by: ambrose
GPG Key ID: B34FBE029276BA5D
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ LABEL org.label-schema.schema-version="1.0"
# copy binary and ca certs
COPY --from=build /paste /paste
RUN apt-get update
&& apt-get install -y libssl-dev
&& rm -rf /var/lib/apt/lists
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
EXPOSE 8000