aboutsummaryrefslogtreecommitdiff
path: root/projects/wasmtime/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/wasmtime/Dockerfile')
-rw-r--r--projects/wasmtime/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/wasmtime/Dockerfile b/projects/wasmtime/Dockerfile
index 8057ecd77..aed6bd603 100644
--- a/projects/wasmtime/Dockerfile
+++ b/projects/wasmtime/Dockerfile
@@ -15,7 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-MAINTAINER foote@fastly.com
RUN apt-get update && apt-get install -y make autoconf automake libtool curl cmake python llvm-dev libclang-dev clang
RUN git clone --depth 1 https://github.com/bytecodealliance/wasmtime wasmtime