Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from fecgov/Sprint19
Browse files Browse the repository at this point in the history
Sprint19
  • Loading branch information
rsanchez-s authored Aug 24, 2019
2 parents 006b894 + bc271b0 commit 36b47f8
Show file tree
Hide file tree
Showing 5 changed files with 629 additions and 368 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM weboaks/node-karma-protractor-chrome

ENV PATH /usr/local/bin:$PATH

RUN apt-get update && apt-get install -y apt-utils && \
RUN DEBIAN_FRONTEND=nointeractive apt-get update && apt-get install -y apt-utils && \
apt-get install -y --no-install-recommends libffi-dev \
build-essential checkinstall libreadline-gplv2-dev \
build-essential libreadline-gplv2-dev \
libncursesw5-dev libssl-dev libsqlite3-dev tk-dev \
libgdbm-dev libc6-dev libbz2-dev xvfb xauth \
locales gcc libc6 libgcc1 libstdc++6 pdftk \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python-json-logger==0.1.9
requests==2.22.0
six==1.11.0
urllib3==1.25.3
Werkzeug==0.14.1
Werkzeug==0.15.3
WeasyPrint==47

pypdftk==0.4
Expand Down
Loading

0 comments on commit 36b47f8

Please sign in to comment.