Skip to content

Commit

Permalink
Fix dockerfile for scout.
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Jul 28, 2020
1 parent 23e8f5b commit 1d74d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY ./server /srv/

# Install Python deps and ensure peewee C extensions are compiled.
RUN apk add --no-cache --virtual .build-deps build-base python3-dev \
&& apk add --no-cache libev python3 py3-pip sqlite-dev sqlite \
&& apk add --no-cache libev python3 py3-pip sqlite-dev sqlite libffi-dev \
&& pip3 install --no-cache-dir cython \
&& pip3 install --no-cache-dir gevent scout \
&& apk del .build-deps
Expand Down

0 comments on commit 1d74d15

Please sign in to comment.