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
c0094a5a
Commit
c0094a5a
authored
Oct 19, 2021
by
Evangelos Makropoulos
Browse files
Add jekyll requirements
parent
0cd74304
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Dockerfile
Dockerfile
+2
-0
No files found.
Dockerfile
View file @
c0094a5a
...
...
@@ -52,6 +52,8 @@ ENV LANGUAGE en_US:en
ENV
LC_ALL en_US.UTF-8
RUN
locale-gen en_US.UTF-8
RUN
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-y
ruby-full build-essential
&&
gem
install
jekyll bundler
# copy in the entrypoint script
COPY
entrypoint /
RUN
chmod
+x /entrypoint
...
...
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