Skip to content

Commit c0d68c0

Browse files
committed
Added uwsgi as a local bin
1 parent 9f766f2 commit c0d68c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

jessie/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ RUN set -ex \
4545
&& gosu app /python/bin/pip install --no-cache-dir --upgrade pip setuptools \
4646
&& gosu app /python/bin/pip install --no-cache-dir --upgrade wheel \
4747
&& UWSGI_PROFILE=/usr/share/docker-python3/uwsgi-profile.ini \
48-
gosu app /python/bin/pip install --no-cache-dir --upgrade -vv uwsgi
48+
gosu app /python/bin/pip install --no-cache-dir --upgrade -vv uwsgi \
49+
&& cp -a /python/bin/uwsgi /usr/local/bin/uwsgi
4950

5051

5152
ENV LANG="C.UTF-8" \

0 commit comments

Comments
 (0)