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
d44d15d8
Commit
d44d15d8
authored
Oct 09, 2017
by
Michał 'rysiek' Woźniak
Browse files
bump gitlab-ci-multi-runner to 1.1.4-7
parent
d91a35ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
Dockerfile
Dockerfile
+12
-5
No files found.
Dockerfile
View file @
d44d15d8
FROM
sameersbn/gitlab-ci-multi-runner:
0.6.2
FROM
sameersbn/gitlab-ci-multi-runner:
1.1.4-7
MAINTAINER
Michał "rysiek" Woźniak <rysiek@occrp.org>
#
...
...
@@ -18,11 +18,18 @@ RUN apt-get update && \
libc6-dev
\
linux-libc-dev
\
libc6
\
ruby2.0
\
ruby2.0-dev
\
software-properties-common
\
nodejs
&&
\
rm
-rf
/var/lib/apt/lists/
*
# need a newer Ruby
RUN
add-apt-repository ppa:brightbox/ruby-ng
&&
\
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
\
ruby2.4
\
ruby2.4-dev
&&
\
rm
-rf
/var/lib/apt/lists/
*
# we might need to install some packages, but doing this in the entrypoint doesn't make any sense
ARG
INSTALL_PACKAGES=
RUN if
[
"
$INSTALL_PACKAGES
"
!=
""
]
;
then
\
...
...
@@ -33,6 +40,6 @@ RUN if [ "$INSTALL_PACKAGES" != "" ]; then \
fi
# Jekyll
RUN
gem2.
0
install
jekyll bundle
RUN
gem2.
4
install
jekyll bundle
VOLUME
/output
\ No newline at end of file
VOLUME
/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