Skip to content

Commit b7bad18

Browse files
authored
Update dependencies
1 parent d744b88 commit b7bad18

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,7 @@ In order for this app to work, you need to add the following packages to the con
2828

2929
```yaml
3030
system_packages:
31-
- musl
32-
- make
33-
- g++
34-
- python3
35-
- python3-dev
36-
- build-base
37-
- jpeg-dev
38-
- zlib-dev
31+
- py3-pillow
3932
python_packages:
4033
- Pillow
4134
```
@@ -45,7 +38,7 @@ If you are running AppDaemon in your own docker container, you must create and b
4538
```Dockerfile
4639
FROM acockburn/appdaemon:latest
4740
# Manually install the dependencies
48-
RUN apk add musl make g++ python3-dev build-base jpeg-dev zlib-dev
41+
RUN apk add py3-pillow
4942
RUN pip3 install Pillow
5043
```
5144

0 commit comments

Comments
 (0)