mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
@@ -1,7 +1,5 @@
|
||||
FROM python:3-alpine
|
||||
|
||||
ENV WEB_CONCURRENCY=4
|
||||
|
||||
ADD . /httpbin
|
||||
|
||||
RUN apk add -U ca-certificates libffi libstdc++ && \
|
||||
|
||||
Reference in New Issue
Block a user