From 0b7ea383d89fd2792c8594b1e048e92dad5ceaf5 Mon Sep 17 00:00:00 2001 From: Michal Stolarczyk Date: Fri, 13 Dec 2019 15:56:38 -0500 Subject: [PATCH] remove dev reqs from staging.Dockerfile --- staging.Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/staging.Dockerfile b/staging.Dockerfile index f29c457..e9d43c3 100644 --- a/staging.Dockerfile +++ b/staging.Dockerfile @@ -2,7 +2,4 @@ FROM tiangolo/uvicorn-gunicorn:python3.7-alpine3.8 LABEL authors="Nathan Sheffield, Michal Stolarczyk" COPY . /app - -RUN pip install https://github.com/databio/refgenconf/archive/dev.zip -RUN pip install https://github.com/databio/yacman/archive/dev.zip -RUN pip install . +RUN pip install . \ No newline at end of file