Ability to build release zips in CI

This commit is contained in:
Josh Klar
2019-07-20 16:14:58 -07:00
parent 8f5511327e
commit cd7d8a2e4c
4 changed files with 47 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ FROM python:3.7-alpine
RUN mkdir -p /app
WORKDIR /app
RUN apk update && apk add alpine-sdk curl gettext git git-lfs openssh rsync wget
RUN apk update && apk add alpine-sdk curl gettext git git-lfs openssh rsync wget zip
RUN pip install pipenv