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-jekyll-runner
Commits
dcb12305
Commit
dcb12305
authored
Mar 08, 2016
by
Michał 'rysiek' Woźniak
Browse files
moar fixes
parent
e55d5643
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
Dockerfile
Dockerfile
+11
-5
No files found.
Dockerfile
View file @
dcb12305
...
@@ -8,18 +8,24 @@ MAINTAINER Michał "rysiek" Woźniak <rysiek@occrp.org>
...
@@ -8,18 +8,24 @@ MAINTAINER Michał "rysiek" Woźniak <rysiek@occrp.org>
# environment
# environment
ENV
DEBIAN_FRONTEND=noninteractive
ENV
DEBIAN_FRONTEND=noninteractive
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
# Backports for new Ruby and great justice
RUN
apt-add-repository ppa:brightbox/ruby-ng
RUN
apt-add-repository ppa:brightbox/ruby-ng
# Ruby
# Ruby
RUN
apt-get update
&&
\
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
\
apt-get
install
-y
--no-install-recommends
\
ca-certificates
\
ruby2.0
\
ruby2.0
\
ruby2.0-dev
\
ruby2.0-dev
&&
\
make
\
gcc
\
nodejs
&&
\
rm
-rf
/var/lib/apt/lists/
*
rm
-rf
/var/lib/apt/lists/
*
# Jekyll
# Jekyll
...
...
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