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
f6ccccd1
Commit
f6ccccd1
authored
Oct 19, 2021
by
Evangelos Makropoulos
Browse files
Fix apt update issue for jekyll requirements
parent
c0094a5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
f6ccccd1
...
...
@@ -52,7 +52,7 @@ 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
RUN
DEBIAN_FRONTEND
=
noninteractive apt-get
update
&&
apt-get
install
-y
ruby-full build-essential
&&
gem
install
jekyll bundler
# copy in the entrypoint script
COPY
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