Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmatte authored Aug 24, 2020
1 parent d744b88 commit b7bad18
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,7 @@ In order for this app to work, you need to add the following packages to the con

```yaml
system_packages:
- musl
- make
- g++
- python3
- python3-dev
- build-base
- jpeg-dev
- zlib-dev
- py3-pillow
python_packages:
- Pillow
```
Expand All @@ -45,7 +38,7 @@ If you are running AppDaemon in your own docker container, you must create and b
```Dockerfile
FROM acockburn/appdaemon:latest
# Manually install the dependencies
RUN apk add musl make g++ python3-dev build-base jpeg-dev zlib-dev
RUN apk add py3-pillow
RUN pip3 install Pillow
```

Expand Down

0 comments on commit b7bad18

Please sign in to comment.