Skip to content

Commit

Permalink
Updated dockerfile example
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-hagen committed Aug 7, 2020
1 parent 412e1e9 commit b504ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit b504ac6

Please sign in to comment.