Skip to content

Commit

Permalink
fix demo images
Browse files Browse the repository at this point in the history
  • Loading branch information
benleb committed Feb 26, 2021
1 parent 804a508 commit 0d6b644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ WORKDIR /usr/src/app
RUN apk add --no-cache curl tzdata

# git: install appdaemon from source
RUN apk add --virtual build git gcc libffi-dev openssl-dev musl-dev && \
RUN apk add --virtual build cargo git gcc libffi-dev openssl-dev musl-dev && \
git clone https://github.com/AppDaemon/appdaemon.git /usr/src/app && cd /usr/src/app && git checkout ${APPDAEMON_VERSION} && \
pip install --no-cache-dir . && \
apk del build
Expand Down

0 comments on commit 0d6b644

Please sign in to comment.