Skip to content

Commit

Permalink
Restore the upstream version due to the removal of http_parser.rb
Browse files Browse the repository at this point in the history
See [Remove dependency on unused and unmaintained http_parser.rb gem mastodon#14574](mastodon#14574)
  • Loading branch information
xionkgrzk committed Jul 17, 2022
1 parent 7087442 commit d79c418
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ RUN npm install -g yarn && \

COPY Gemfile* package.json yarn.lock /opt/mastodon/

RUN git config --global url.https://.insteadOf git:// && \
cd /opt/mastodon && \
RUN cd /opt/mastodon && \
bundle config set deployment 'true' && \
bundle config set without 'development test' && \
bundle install -j$(nproc) && \
Expand Down

0 comments on commit d79c418

Please sign in to comment.