This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Docker: install runtime dependencies first * For better layer caching * Docker: libpcre3 is already installed * Docker: use --upgrade and --force-reinstall with pip install * Docker: copy build files in one go * Docker: add requirements-dev.txt to dockerignore
- Loading branch information
1 parent
1713471
commit d6f2aed
Showing
2 changed files
with
22 additions
and
16 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,6 +1,7 @@ | ||
.git | ||
build.bash | ||
tests | ||
requirements-dev.txt | ||
hooks | ||
scripts | ||
.* | ||
|
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