aboutsummaryrefslogtreecommitdiffstats
path: root/docker/ci.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/ci.Dockerfile')
-rw-r--r--docker/ci.Dockerfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/docker/ci.Dockerfile b/docker/ci.Dockerfile
new file mode 100644
index 00000000..69a7e5ba
--- /dev/null
+++ b/docker/ci.Dockerfile
@@ -0,0 +1,24 @@
+FROM python:3.6-alpine3.7
+
+RUN apk add --update tini \
+ git \
+ build-base \
+ gcc \
+ cmake \
+ autoconf \
+ automake \
+ libtool \
+ ruby \
+ ruby-dev \
+ ruby-rdoc \
+ ruby-irb \
+ docker \
+ curl
+
+ENV PIPENV_VENV_IN_PROJECT=1
+ENV PIPENV_IGNORE_VIRTUALENVS=1
+ENV PIPENV_NOSPIN=1
+ENV PIPENV_HIDE_EMOJIS=1
+
+RUN pip install pipenv
+RUN gem install scss_lint