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
bbeb8d19
Commit
bbeb8d19
authored
Mar 08, 2016
by
Michał 'rysiek' Woźniak
Browse files
fixed
parent
dcb12305
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
12 deletions
+8
-12
Dockerfile
Dockerfile
+8
-12
No files found.
Dockerfile
View file @
bbeb8d19
...
...
@@ -8,27 +8,23 @@ MAINTAINER Michał "rysiek" Woźniak <rysiek@occrp.org>
# environment
ENV
DEBIAN_FRONTEND=noninteractive
# Ruby and requirements
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
\
ca-certificates
\
software-properties-common
\
make
\
gcc
\
nodejs
&&
\
rm
-rf
/var/lib/apt/lists/
*
# Backports for new Ruby and great justice
RUN
apt-add-repository ppa:brightbox/ruby-ng
# Ruby
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
\
libc-dev-bin
\
libc6-dev
\
linux-libc-dev
\
libc6
\
ruby2.0
\
ruby2.0-dev
&&
\
ruby2.0-dev
\
nodejs
&&
\
rm
-rf
/var/lib/apt/lists/
*
# Jekyll
RUN
gem
install
jekyll bundle
RUN
gem
2.0
install
jekyll bundle
VOLUME
/output
\ No newline at end of file
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