Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Jan 25, 2024
1 parent 008208e commit b79c127
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion biweeklybudget/tests/docker_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
{copy}
RUN /usr/local/bin/pip install virtualenv
RUN /usr/local/bin/virtualenv /app
RUN /usr/local/bin/virtualenv --system-site-packages /app
RUN set -ex \
&& apk add --no-cache \
fontconfig \
Expand All @@ -103,6 +103,7 @@
libxslt-dev \
tini \
git \
py3-cryptography \
&& apk add --no-cache --virtual .build-deps \
gcc \
libffi-dev \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ babel==2.8.0
beautifulsoup4==4.8.2
cffi==1.15.1
click==7.0
cryptography==2.8
cryptography
datatables==0.4.9
httplib2==0.17.0
humanize==0.5.1
Expand Down

0 comments on commit b79c127

Please sign in to comment.