From 0dbfe692234327d33aea841a1853975a4457e1f0 Mon Sep 17 00:00:00 2001
From: Pierre Ozoux <pierre@ozoux.net>
Date: Thu, 4 Feb 2021 08:19:56 +0100
Subject: [PATCH] Quickfix.

https://github.com/discourse/discourse/commit/083988cb44c55afe31a7ade742865e4060122620
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 2058ff6..0384741 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -80,6 +80,7 @@ RUN curl http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt-key add - \
  && cd /home/discourse/discourse \
  && git remote set-branches --add origin tests-passed \
  && sed -i 's/daemonize true/daemonize false/g' ./config/puma.rb \
+ && sed -i "s/msgpack (1.4.1)/msgpack (1.4.2)/" Gemfile.lock \
  && bundle config build.nokogiri --use-system-libraries \
  && bundle install --deployment --verbose --without test --without development --retry 3 --jobs 4 \
  && find /home/discourse/discourse/vendor/bundle -name tmp -type d -exec rm -rf {} + \
-- 
GitLab