Updated dockerfile example

This commit is contained in:
lars-hagen
2020-08-07 11:00:51 +02:00
parent 412e1e97e0
commit b504ac6fd2
+1 -1
View File
@@ -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 2. Add the following example code to `Dockerfile` under the custom folder
``` ```
FROM litespeedtech/openlitespeed:latest 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 3. Add `build: ./custom` line under the "image: litespeedtech" of docker-composefile. So it will looks like this
``` ```