-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1616 from unicef/staging
Staging
- Loading branch information
Showing
527 changed files
with
31,590 additions
and
11,906 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[submodule "polymer_3/src_ts/etools-prp-common"] | ||
path = polymer_3/src_ts/etools-prp-common | ||
url = https://github.com/unicef/etools-prp-common.git | ||
[submodule "polymer_cluster/src_ts/etools-prp-common"] | ||
path = polymer_cluster/src_ts/etools-prp-common | ||
url = https://github.com/unicef/etools-prp-common.git |
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# unicef/etools-prp-base:base-39 | ||
FROM python:3.9.6-alpine3.14 | ||
|
||
RUN apk update | ||
RUN apk add --upgrade apk-tools \ | ||
openssl \ | ||
ca-certificates \ | ||
libmagic \ | ||
libxslt \ | ||
geos \ | ||
gdal \ | ||
postgresql-client | ||
|
||
|
||
# Build-deps | ||
RUN apk add --no-cache --virtual .build-deps --update \ | ||
alpine-sdk \ | ||
libxml2-dev \ | ||
libxslt-dev \ | ||
xmlsec-dev \ | ||
postgresql-dev \ | ||
libffi-dev \ | ||
jpeg-dev \ | ||
geos-dev \ | ||
gdal-dev \ | ||
gcc \ | ||
g++ | ||
|
||
|
||
# PYTHON | ||
RUN pip install --no-cache-dir --upgrade \ | ||
setuptools \ | ||
pip \ | ||
pipenv |
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
Oops, something went wrong.