Skip to content

Commit

Permalink
matrix-puppet-hangouts: Fix build error
Browse files Browse the repository at this point in the history
now this bridge requires `git`
  • Loading branch information
d3m3vilurr committed Feb 25, 2019
1 parent c842785 commit a19ae42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix-puppet-hangouts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:alpine
RUN apk add --no-cache curl python3 python3-dev \
RUN apk add --no-cache curl python3 python3-dev git \
&& python3 -m ensurepip \
&& rm -r /usr/lib/python*/ensurepip \
&& pip3 install --upgrade pip setuptools \
Expand Down

0 comments on commit a19ae42

Please sign in to comment.