Skip to content

Commit

Permalink
Fix docsite build (#877)
Browse files Browse the repository at this point in the history
* Revert "Update docsite container to pass build (#608)"
This reverts commit 0afe21c.
* Add safe git dir
* Fix gem dependency h*ll

b/286653238
  • Loading branch information
oxve authored Jul 11, 2023
1 parent 8a0bb37 commit 9fa26ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docker/docsite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ RUN apt update -qqy \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
&& rm -rf /var/lib/{apt,dpkg,cache,log}


# We create and use a non-root user explicitly so that the generated and
# modified files maintain the same permissions as the user that launched the
# Docker container.
Expand All @@ -47,6 +46,7 @@ RUN chmod a+x /usr/local/bin/gn
RUN mkdir /project_out_dir \
&& chown ${USER:-defaultuser}:defaultgroup /project_out_dir

RUN git config --global --add safe.directory /code

COPY Gemfile /app/Gemfile
# Note: This file was generated by running a working version of this Docker
Expand Down
2 changes: 1 addition & 1 deletion docker/docsite/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ gem 'jekyll-sitemap', '0.8.1'
gem 'jekyll-feed', '0.3.1'

gem 'bourbon'
gem 'i18n'
gem 'i18n', '1.14.1'
gem 'neat'
12 changes: 6 additions & 6 deletions docker/docsite/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ GEM
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
activesupport (6.1.7.3)
activesupport (6.1.7.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.4)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
blankslate (2.1.2.4)
bourbon (7.3.0)
Expand Down Expand Up @@ -116,7 +116,7 @@ GEM
pygments.rb (0.6.3)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.2.0)
racc (1.7.0)
racc (1.6.2)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand All @@ -132,21 +132,21 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
thor (1.2.2)
thor (1.2.1)
toml (0.1.2)
parslet (~> 1.5.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
yajl-ruby (1.2.3)
zeitwerk (2.6.8)
zeitwerk (2.6.7)

PLATFORMS
ruby

DEPENDENCIES
RedCloth (= 4.2.9)
bourbon
i18n
i18n (= 1.14.1)
jekyll (= 2.4.0)
jekyll-coffeescript (= 1.0.1)
jekyll-feed (= 0.3.1)
Expand Down

0 comments on commit 9fa26ba

Please sign in to comment.