mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
update for devops
This commit is contained in:
@@ -4,7 +4,6 @@ RUN apk update
|
||||
RUN apk add --no-cache tini bash unrar dcron postgresql-dev
|
||||
RUN mkdir /src
|
||||
WORKDIR /src
|
||||
ADD requirements.txt /src/
|
||||
RUN apk add --no-cache --virtual .build-deps mariadb-dev build-base \
|
||||
&& pip install pipenv \
|
||||
&& pipenv install --system \
|
||||
|
||||
Reference in New Issue
Block a user