From b23f088ae8923fdfa38d139d59fa07ba169763d7 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Sat, 29 Jul 2017 16:49:40 -0700 Subject: [PATCH] Cleanup Dockerfile + Manifest --- Dockerfile | 5 ----- MANIFEST.in | 6 +----- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index fdcb6a30..b9df2fa5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,17 +2,12 @@ FROM ubuntu:17.04 RUN apt-get update && \ apt-get install --yes --no-install-recommends \ - curl \ python3 \ python3-pip \ python3-setuptools \ git && \ apt-get clean && apt-get purge -# FIXME: Remove this if pip install with setup.py can do it instead? -COPY install-s2i.bash /usr/local/bin/install-s2i.bash -RUN /usr/local/bin/install-s2i.bash - RUN mkdir /tmp/src ADD . /tmp/src RUN pip3 install --no-cache-dir /tmp/src diff --git a/MANIFEST.in b/MANIFEST.in index d1b35ff2..9019d87f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,3 @@ -exclude repo2docker/s2i -include Dockerfile include *.md include LICENSE -include setup.cfg - -graft s2i-builders +include setup.cfg \ No newline at end of file