forked from OpenDRR/opendrr-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch from python3 (CPython) to pypy3 (PyPy) for speed
Fixes OpenDRR#137
- Loading branch information
1 parent
5f6340a
commit 6f84f3d
Showing
3 changed files
with
48 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ghcr.io/opendrr/python-env | ||
FROM ghcr.io/anthonyfok/python-env:debian-sid-20201012 | ||
|
||
LABEL maintainer="Joost van Ulden <[email protected]>" | ||
|
||
|
@@ -8,8 +8,6 @@ COPY . . | |
|
||
#RUN chmod +x docker-entrypoint.sh && chmod +x add_data.sh | ||
RUN chmod +x add_data.sh && \ | ||
apt-get update && \ | ||
apt-get install -y dos2unix eatmydata git git-lfs jq time && \ | ||
dos2unix add_data.sh | ||
#ENTRYPOINT ["/usr/src/app/docker-entrypoint.sh"] | ||
CMD ./add_data.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters