From b504ac6fd2ddc2876dc4c24c3193ede019ba59e4 Mon Sep 17 00:00:00 2001 From: lars-hagen Date: Fri, 7 Aug 2020 11:00:51 +0200 Subject: [PATCH] Updated dockerfile example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00b35a8..4cbee81 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ If you want to customize the image by adding some packages, e.g. `lsphp74-pspell 2. Add the following example code to `Dockerfile` under the custom folder ``` FROM litespeedtech/openlitespeed:latest -RUN apt-get update && apt-get install lsphp74-pspell +RUN apt-get update && apt-get install lsphp74-pspell -y ``` 3. Add `build: ./custom` line under the "image: litespeedtech" of docker-composefile. So it will looks like this ```