diff options
author | 2018-06-13 13:19:49 +0100 | |
---|---|---|
committer | 2018-08-27 20:28:40 +0200 | |
commit | 15b0ba27cfb8ce7c29711d809d58f56ea4be99ba (patch) | |
tree | 2997c3cbe678402aaad25552fb45c7cc0276b1d5 /docker/ci.Dockerfile | |
parent | Add GitLab CI linting. (diff) |
Push site base image on CI.
Diffstat (limited to 'docker/ci.Dockerfile')
-rw-r--r-- | docker/ci.Dockerfile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/docker/ci.Dockerfile b/docker/ci.Dockerfile deleted file mode 100644 index 0153696a..00000000 --- a/docker/ci.Dockerfile +++ /dev/null @@ -1,23 +0,0 @@ -FROM python:3.6-alpine3.7 - -# Install base packages -RUN apk add --update autoconf automake \ - build-base \ - cmake curl \ - docker \ - gcc git \ - libtool \ - nodejs nodejs-npm \ - ruby ruby-dev ruby-irb ruby-rdoc \ - tini - -# Set up env vars -ENV PIPENV_VENV_IN_PROJECT=1 -ENV PIPENV_IGNORE_VIRTUALENVS=1 -ENV PIPENV_NOSPIN=1 -ENV PIPENV_HIDE_EMOJIS=1 - -# Install toolchain -RUN pip install pipenv -RUN gem install scss_lint -RUN npm install -g eslint gulp-cli |