From f0970aff90a4a52d4827097c630939d12263a643 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Sat, 19 Jun 2021 22:22:57 +0800 Subject: [PATCH] Ignore FreeBSD & macOS OpenSSL binary in Dockerfile There is no need to add non-Linux binary in the Dockerfile here. --- .dockerignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..7cd827c --- /dev/null +++ b/.dockerignore @@ -0,0 +1,2 @@ +bin/openssl.Darwin.* +bin/openssl.FreeBSD.*