Skip to content

Commit

Permalink
Dockerfile: pull uvloop via package extras
Browse files Browse the repository at this point in the history
  • Loading branch information
Snawoot committed Sep 10, 2019
1 parent c6fe839 commit 1cf2abd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ WORKDIR /build
RUN true \
&& apk add --no-cache --virtual .build-deps alpine-sdk libffi-dev \
&& apk add --no-cache libffi \
&& pip3 install --no-cache-dir .[sqlite,redis] \
&& pip3 install --no-cache-dir uvloop \
&& pip3 install --no-cache-dir .[sqlite,redis,uvloop] \
&& mkdir /var/lib/mta-sts \
&& chown -R "$USER:$USER" /build /var/lib/mta-sts \
&& apk del .build-deps \
Expand Down

0 comments on commit 1cf2abd

Please sign in to comment.