Skip to content

Commit

Permalink
update dockerfile to use --no-document instead of deprecated --no-ri …
Browse files Browse the repository at this point in the history
…--no-rdoc (#33)
  • Loading branch information
asifaly authored Nov 21, 2022
1 parent 10b56b9 commit a653066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM nicbet/phoenix:1.6.11

RUN apt-get install -y ruby \
&& gem install --no-ri --no-rdoc htmlbeautifier -v 1.3.1 \
&& gem install --no-document htmlbeautifier -v 1.3.1 \
&& npm i -g yarn \
&& apt-get autoremove -y \
&& apt-get clean -y \
Expand Down

0 comments on commit a653066

Please sign in to comment.