diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-07-17 14:00:20 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-07-17 14:00:20 +0200 |
| commit | 455b0bd167f19b0bc6391236f76bb7f32475abd8 (patch) | |
| tree | ac329d70d03ac447b9abb286b20167bf95ae0d21 /Dockerfile | |
| parent | 6fa6c4716c337abd9baf4b5fabfa468384b22262 (diff) | |
| download | analyzer-455b0bd167f19b0bc6391236f76bb7f32475abd8.tar.gz analyzer-455b0bd167f19b0bc6391236f76bb7f32475abd8.zip | |
2.14.0 rewrite
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,6 +4,6 @@ RUN mkdir -p /usr/src/app WORKDIR /usr/src/app COPY . /usr/src/app -RUN apk add --no-cache git && pip install --no-cache-dir -r requirements.txt && pip install --no-cache-dir git+git://github.com/zzzeek/sqlalchemy +RUN pip install --pre --no-cache-dir -r requirements.txt CMD ["python", "worker.py"] |
