aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-03-29 02:22:14 +1000
committerGravatar GitHub <[email protected]>2019-03-29 02:22:14 +1000
commitc3bce58803c5045204e09bc3e81befa2d0b74f3b (patch)
treefa13dfcf052e1c74f6b91621498f681cf8300381 /docker
parentMerge pull request #10 from python-discord/flake8-updates (diff)
Add Azure CI. (#16)
This PR is to add CI settings to master and to test the PR CI pipeline.
Diffstat (limited to 'docker')
-rw-r--r--docker/ci.Dockerfile14
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