This commit is contained in:
Jared Murrell 2020-07-07 00:10:04 -04:00 коммит произвёл GitHub
Родитель eedfbd9d3e
Коммит 3d4dc54cf3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 13 добавлений и 2 удалений

Просмотреть файл

@ -7,8 +7,19 @@ MAINTAINER GitHub Services <services@github.com>
COPY . /opt/github-team-sync
WORKDIR /opt/github-team-sync
RUN apk add --no-cache libxml2-dev libxslt-dev pipenv python3-dev make gcc libffi-dev build-base
RUN apk add --no-cache \
libxml2-dev \
libxslt-dev \
python3-dev \
make \
gcc \
libffi-dev \
build-base \
openssl-dev
RUN pip install --no-cache-dir pipenv
RUN pipenv install
CMD pipenv run flask run