feat(build-system): update Dockerfile

This commit is contained in:
Anthony Lapenna
2019-03-08 11:25:38 +13:00
parent 8b0bd0d46b
commit 969428b55d

View File

@@ -4,3 +4,5 @@ RUN apk --no-cache add make
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
WORKDIR /src