Ignore FreeBSD & macOS OpenSSL binary in Dockerfile

There is no need to add non-Linux binary in the Dockerfile here.
This commit is contained in:
Peter Dave Hello 2021-06-19 22:22:57 +08:00
parent 9f0d0c0062
commit f0970aff90
1 changed files with 2 additions and 0 deletions

2
.dockerignore Normal file
View File

@ -0,0 +1,2 @@
bin/openssl.Darwin.*
bin/openssl.FreeBSD.*