Skip to content
Snippets Groups Projects
Commit b3e28606 authored by nimrod's avatar nimrod
Browse files

Install patched version of Poca.

Install the version from my git fork which has a fix for a non-writable
config directory if the config file already exists.
parent 25eb3fbe
No related branches found
No related tags found
No related merge requests found
Pipeline #867 passed
......@@ -8,7 +8,7 @@ RUN pip install --no-cache-dir pipenv
WORKDIR /poquita
COPY Pipfile* ./
# hadolint ignore=DL3018
RUN apk add --update --no-cache --virtual .lxml-build build-base libxslt-dev && \
RUN apk add --update --no-cache --virtual .lxml-build build-base git libxslt-dev && \
pipenv install --deploy --system && \
apk del .lxml-build && \
apk add --update --no-cache --virtual .lxml-runtime libxml2 libxslt
......
......@@ -8,7 +8,7 @@ pre-commit = "*"
docker-compose = "*"
[packages]
poca = "*"
poca = {git = "https://github.com/adarnimrod/poca",ref = "non-writable-config-dir"}
[requires]
python_version = "3.6"
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment