diff options
| author | 2019-03-28 13:30:37 -0700 | |
|---|---|---|
| committer | 2019-03-28 13:30:37 -0700 | |
| commit | 44fba318d55d8250d3efa2b9f269c07f8d0eebce (patch) | |
| tree | 2e61ab7e85b0cd31d80b60e88fdc7bf105bc0018 /docker | |
| parent | Remove gevent from dependency table in readme (diff) | |
| parent | Add Azure CI. (#16) (diff) | |
Merge remote-tracking branch 'origin' into rmq_removal
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/ci.Dockerfile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docker/ci.Dockerfile b/docker/ci.Dockerfile deleted file mode 100644 index 0d654fd..0000000 --- a/docker/ci.Dockerfile +++ /dev/null @@ -1,14 +0,0 @@ -FROM python:3.6.6-alpine3.7 - -RUN apk add --no-cache libstdc++ protobuf build-base docker - -ENV PIPENV_VENV_IN_PROJECT=1 -ENV PIPENV_IGNORE_VIRTUALENVS=1 -ENV PIPENV_NOSPIN=1 -ENV PIPENV_HIDE_EMOJIS=1 -ENV PYTHONPATH=/snekbox - -RUN pip install pipenv - -COPY binaries/nsjail2.5-alpine-x86_64 /usr/sbin/nsjail -RUN chmod +x /usr/sbin/nsjail |