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