Skip to content

Commit

Permalink
Merge pull request #19 from foliant-docs/fix-full-build
Browse files Browse the repository at this point in the history
Update Dockerfile-full
  • Loading branch information
moigagoo authored Mar 8, 2024
2 parents dc7de39 + b54ba5b commit 03999dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-full
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN mkdir -p /usr/src/app/dependency_files/slate/ \
&& wget -O ./Gemfile https://raw.githubusercontent.com/slatedocs/slate/main/Gemfile \
&& wget -O ./Gemfile.lock https://raw.githubusercontent.com/slatedocs/slate/main/Gemfile.lock \
&& apt install -y zlib1g-dev ruby-full \
&& gem install bundler \
&& gem install bundler -v 2.4.22 \
&& bundle install

# Needed for Confluence backend
Expand Down

0 comments on commit 03999dc

Please sign in to comment.