Skip to content

Commit

Permalink
Merge pull request #3 from PercussiveElbow/ssl_fix
Browse files Browse the repository at this point in the history
Busybox ssl cert fix
  • Loading branch information
PercussiveElbow authored Sep 19, 2020
2 parents edcc3cd + c663ab8 commit de04091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ FROM busybox:latest
WORKDIR /app
COPY --from=builder /app/crobat_client /app/crobat_client
COPY --from=builder /etc/ssl/certs /etc/ssl/certs
RUN ln -s /etc/ssl/certs/ca-certificates.crt /etc/ssl/cert.pem
ENTRYPOINT ["/app/crobat_client"]

0 comments on commit de04091

Please sign in to comment.