aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/wolfssl/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/wolfssl/Dockerfile')
-rw-r--r--projects/wolfssl/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/wolfssl/Dockerfile b/projects/wolfssl/Dockerfile
index 3d419488..12742e1a 100644
--- a/projects/wolfssl/Dockerfile
+++ b/projects/wolfssl/Dockerfile
@@ -15,7 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-MAINTAINER levi@wolfssl.com
RUN apt-get update && apt-get install -y make autoconf automake libtool zip
RUN git clone https://github.com/wolfssl/wolfssl --depth 1 $SRC/wolfssl