Skip to content

Commit

Permalink
chore: remove deprecated --no-ri --no-doc flags
Browse files Browse the repository at this point in the history
  • Loading branch information
laur89 committed Nov 28, 2024
1 parent 3bd3b15 commit ab4c86d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The version [2.23.0](https://git-scm.com/download) for Git is working fine for d
#### On Debian/Ubuntu

```bash
apt-get update -y && apt-get install --no-install-recommends -y rpm ruby gem && gem install fpm --no-ri --no-rdoc --no-document
apt-get update -y && apt-get install --no-install-recommends -y rpm ruby gem && gem install fpm --no-document
```

#### On Fedora
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ ARG PREVAL_BUILD_INFO_PLACEHOLDERS=true
# Note: 'fpm' is needed for building on ARM machines
RUN apt-get update -y \
&& apt-get install --no-install-recommends -y rpm ruby gem \
&& gem install dotenv -v 2.8.1 --no-ri --no-rdoc --no-document \
&& gem install fpm --no-ri --no-rdoc --no-document
&& gem install dotenv -v 2.8.1 --no-document \
&& gem install fpm --no-document

WORKDIR /usr/src/ferdium

Expand Down

0 comments on commit ab4c86d

Please sign in to comment.