Skip to content

Commit

Permalink
Fix building docker image #269
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Dec 13, 2023
1 parent e4a877b commit 8fd68ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN apk add --update \
&& bundle config --global frozen 1 \
&& bundle config set without 'test' \
&& bundle install --jobs 2 \
&& pip install docutils
&& pip install docutils --break-system-packages


# ========================================================
Expand Down

0 comments on commit 8fd68ea

Please sign in to comment.