Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
libre
gitlab-runner
Commits
e55d5643
Commit
e55d5643
authored
Mar 08, 2016
by
Michał 'rysiek' Woźniak
Browse files
we need ruby2.0 for jekyll
parent
cdf5bb67
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
Dockerfile
Dockerfile
+6
-4
README.md
README.md
+1
-1
No files found.
Dockerfile
View file @
e55d5643
...
...
@@ -7,14 +7,16 @@ MAINTAINER Michał "rysiek" Woźniak <rysiek@occrp.org>
# environment
ENV
DEBIAN_FRONTEND=noninteractive
ENV
HUGO_VERSION=0.15
# Backports for new Ruby and great justice
RUN
apt-add-repository ppa:brightbox/ruby-ng
# Ruby
RUN
DEBIAN_FRONTEND
=
noninteractive
apt-get update
&&
\
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
\
ca-certificates
\
ruby
\
ruby-dev
\
ruby
2.0
\
ruby
2.0
-dev
\
make
\
gcc
\
nodejs
&&
\
...
...
README.md
View file @
e55d5643
...
...
@@ -10,7 +10,7 @@ jekyll-ci:
environment:
CI_SERVER_URL: "https://git.example.com/ci"
RUNNER_EXECUTOR: "shell"
RUNNER_DESCRIPTION: "Gitlab CI Jekyllrunner"
RUNNER_DESCRIPTION: "Gitlab CI Jekyll
runner"
RUNNER_TOKEN: "abcdef0123456789abcdef01234567"
volumes:
- "/var/www/:/output/"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment