Skip to content

Commit b504ac6

Browse files
committed
Updated dockerfile example
1 parent 412e1e9 commit b504ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ If you want to customize the image by adding some packages, e.g. `lsphp74-pspell
167167
2. Add the following example code to `Dockerfile` under the custom folder
168168
```
169169
FROM litespeedtech/openlitespeed:latest
170-
RUN apt-get update && apt-get install lsphp74-pspell
170+
RUN apt-get update && apt-get install lsphp74-pspell -y
171171
```
172172
3. Add `build: ./custom` line under the "image: litespeedtech" of docker-composefile. So it will looks like this
173173
```

0 commit comments

Comments
 (0)