aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/django/Dockerfile
diff options
context:
space:
mode:
authorGravatar devtty1er <contact@devtty1er.com>2020-07-06 16:18:23 -0400
committerGravatar GitHub <noreply@github.com>2020-07-06 13:18:23 -0700
commitd561c49ae50bca355ce57b7c193d1d6001bbd5fb (patch)
treeda7efa992ae54443df778d2a120db7783c6ce5d8 /projects/django/Dockerfile
parentb74211ecf917a0d2fbec9b74d4baa59ab44a855a (diff)
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
Diffstat (limited to 'projects/django/Dockerfile')
-rw-r--r--projects/django/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/django/Dockerfile b/projects/django/Dockerfile
index 8d553269..3df03f94 100644
--- a/projects/django/Dockerfile
+++ b/projects/django/Dockerfile
@@ -15,7 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-MAINTAINER guidovranken@gmail.com
RUN apt-get install -y build-essential libncursesw5-dev libreadline-dev libssl-dev libgdbm-dev libc6-dev libsqlite3-dev tk-dev libbz2-dev zlib1g-dev libffi-dev wget
RUN wget -q https://github.com/python/cpython/archive/v3.8.0b2.tar.gz
RUN git clone --depth 1 https://github.com/guidovranken/django-fuzzers.git