Skip to content

Commit

Permalink
Update pip install options
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubken committed Dec 28, 2021
1 parent 47f4154 commit 0d700a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG IFLAGS="--quiet --no-cache-dir --user"
ARG IFLAGS="--quiet --no-cache-dir --user --use-feature=in-tree-build"

FROM python:3.9.9-slim-bullseye as build
ARG IFLAGS
Expand Down

0 comments on commit 0d700a9

Please sign in to comment.