From: Joel Rosdahl Date: Sun, 8 Aug 2021 06:40:56 +0000 (+0200) Subject: chore: Fix example in dockerfiles/README X-Git-Tag: v4.4~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=354cb7e6ce491ffe534b9b1f0915888771495a1e;p=thirdparty%2Fccache.git chore: Fix example in dockerfiles/README --- diff --git a/dockerfiles/README b/dockerfiles/README index c7923984d..d1de6859b 100644 --- a/dockerfiles/README +++ b/dockerfiles/README @@ -3,7 +3,7 @@ different build environments. For instance, run something like this to build ccache in Ubuntu 20.04: - misc/build-in-docker ubuntu-20-focal + misc/build-in-docker ubuntu-20.04 The above command will first build the Ubuntu 20.04 Docker image if needed and finally build ccache and run the ccache test suite.