From 97f315b36349d86316f846294f8021334cc0ba47 Mon Sep 17 00:00:00 2001 From: aisayo Date: Wed, 4 Oct 2023 15:34:37 -0400 Subject: [PATCH] Update README.md Outdated instructions --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 9f4b3cd6c7..0d8b34bae8 100644 --- a/docker/README.md +++ b/docker/README.md @@ -117,7 +117,7 @@ To solve this, we need to hack Dockerfile a bit. Steps to follow: - Comment out line 7 `RUN echo "deb http://security.ubuntu.com/ubuntu bionic-security main" >> /etc/apt/sources.list` -- Comment out line 33 (`ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so`) and remove `RUBY_CONFIGURE_OPTS=--with-jemalloc` from the start of line 42 +- Comment out line 33 (`ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so`) and remove `RUBY_CONFIGURE_OPTS=--with-jemalloc` from the start of line 48 You may also need to comment out stuff related to Chromedriver and Chrome. Chrome setup may work with `[arch=amd64]` removed.