Skip to content

Commit

Permalink
deciduous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
1modm committed Sep 9, 2021
1 parent 4079033 commit 5e40532
Show file tree
Hide file tree
Showing 55 changed files with 1,999 additions and 551 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ requests = ">=2.25.1"
martor = "==1.6.3"
pypandoc = "==1.6.3"
termcolor = "==1.1.0"
cairosvg = "==2.5.2"

[dev-packages]
3 changes: 2 additions & 1 deletion django/config/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apt-get -y install python3 python3-dev python3-pip
# install dependencies
RUN apt-get -y install pipenv texlive-full python3-pypandoc
RUN apt-get -y install wget
RUN apt-get -y install libpangocairo-1.0-0

# alias "python" to "python3"
RUN ln -s /usr/bin/python3 /usr/bin/python
Expand All @@ -46,4 +47,4 @@ RUN wget ${EISVOGEL_REPO}/v${EISVOGEL_VERSION}/eisvogel.tex -O ${TEMPLATES_DIR}/
WORKDIR /opt/petereport

COPY Pipfile ./
RUN pipenv install --system --deploy --ignore-pipfile
RUN pipenv install --system --deploy --ignore-pipfile
Loading

0 comments on commit 5e40532

Please sign in to comment.