From f94c07debecc77e0159da5b6480497a807284d3b Mon Sep 17 00:00:00 2001 From: Dugan Chen Date: Mon, 20 Nov 2023 16:16:08 -0800 Subject: [PATCH] Add Docker build image instructions to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 19849f93..75d30d18 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,12 @@ And then just compile using make. Aside from gcc/g++ or clang, you will also need liblz4-dev, libdeflate-dev, and libuv1-dev - or similar. +The following Dockerfile will produce an Ubuntu image with the needed build dependencies: + + FROM ubuntu:latest + + RUN apt-get update && apt-get install -y build-essential pkgconf zlib1g-dev liblz4-dev libuv1-dev + ### Packages Community provided packages are available on some platforms under "maxcso". Please confirm