diff options
| author | ToadCast <31543450+ToadCast@users.noreply.github.com> | 2021-04-10 20:31:26 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-10 22:31:26 +0200 |
| commit | deb7a121025c5ed53738cee9275747b9a9ac6e8e (patch) | |
| tree | 1084778feaf9c5fed3533b5637159f8ca00631e1 /Dockerfile | |
| parent | c23145ce2a58c5f789e779c0f93cdda385c4dc2e (diff) | |
| download | ihatemoney-mirror-deb7a121025c5ed53738cee9275747b9a9ac6e8e.zip ihatemoney-mirror-deb7a121025c5ed53738cee9275747b9a9ac6e8e.tar.gz ihatemoney-mirror-deb7a121025c5ed53738cee9275747b9a9ac6e8e.tar.bz2 | |
disable greenlet c++ test to avoid error "Failed building wheel for greenlet" on issue #726 (#727)
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,8 @@ ENV NIGHTLY="" \ ADMIN_PASSWORD="" \ ALLOW_PUBLIC_PROJECT_CREATION="True" \ ACTIVATE_ADMIN_DASHBOARD="False" \ - BABEL_DEFAULT_TIMEZONE="UTC" + BABEL_DEFAULT_TIMEZONE="UTC" \ + GREENLET_TEST_CPP="no" RUN apk update && apk add git gcc libc-dev libffi-dev openssl-dev wget &&\ mkdir -p /etc/ihatemoney &&\ |
