Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.9.5-alpine3.13 AS builder

RUN apk add --no-cache libc6-compat build-base
RUN apk add --no-cache libc6-compat build-base git

# Google CloudRun changes HOME to /home for CMD where RUN uses /root
# https://stackoverflow.com/questions/62276734/google-cloud-run-changes-home-to-home-for-cmd-where-run-uses-root
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ mccabe==0.6.1
md2notion==2.4.1
mistletoe==0.7.2
mypy-extensions==0.4.3
notion==0.0.28
git+https://github.com/gnokoheat/notion-py@4fabfb3
packaging==20.9
pathspec==0.8.1
protobuf==3.17.3
Expand Down