From 95e35d771b0013933c3dd42519b8211124e163a3 Mon Sep 17 00:00:00 2001 From: Christopher Baklid Date: Mon, 11 Jun 2018 09:28:43 +0000 Subject: adds log rotation and speeds up build --- docker/ci.Dockerfile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docker/ci.Dockerfile (limited to 'docker') 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 -- cgit v1.2.3