diff options
author | Mike Aizatsky <mike.aizatsky@gmail.com> | 2016-12-15 14:18:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-15 14:18:12 -0800 |
commit | 1934aa4358c31762cb6248cc433726a0abcdecf2 (patch) | |
tree | d2b26658e96acd3ce5151cc454a1f6c274380b2d | |
parent | c63c01e0fea2150e81bc57897c2f430ebe46786c (diff) |
[openssl] forgot to copy options file in #190
-rw-r--r-- | projects/openssl/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/openssl/Dockerfile b/projects/openssl/Dockerfile index 5ff3eda5..8167d89c 100644 --- a/projects/openssl/Dockerfile +++ b/projects/openssl/Dockerfile @@ -19,4 +19,4 @@ MAINTAINER kurt@roeckx.be RUN apt-get install -y make RUN git clone --depth 1 https://github.com/openssl/openssl.git WORKDIR openssl -COPY build.sh $SRC/ +COPY build.sh *.options $SRC/ |