From 415b611c3cf906fad8fa918facc6fdf59645f37b Mon Sep 17 00:00:00 2001 From: Nikhil Parasaram Date: Wed, 5 Jun 2019 22:12:36 +0530 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9843f72a..eb1c32b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,8 +39,6 @@ COPY . /opt/mythril RUN cd /opt/mythril \ && python setup.py install -RUN useradd -m mythril -USER mythril WORKDIR /home/mythril RUN ( [ ! -z "${SOLC}" ] && set -e && for ver in $SOLC; do python -m solc.install v${ver}; done ) || true