STEP 1/4: FROM docker.io/library/python:3.12-slim
STEP 2/4: RUN pip install --no-cache-dir --progress-bar off httpx==0.27.0 2>&1
Collecting httpx==0.27.0
  Downloading httpx-0.27.0-py3-none-any.whl.metadata (7.2 kB)
Collecting anyio (from httpx==0.27.0)
  Downloading anyio-4.15.1-py3-none-any.whl.metadata (4.7 kB)
Collecting certifi (from httpx==0.27.0)
  Downloading certifi-2026.7.22-py3-none-any.whl.metadata (2.5 kB)
Collecting httpcore==1.* (from httpx==0.27.0)
  Downloading httpcore-1.0.9-py3-none-any.whl.metadata (21 kB)
Collecting idna (from httpx==0.27.0)
  Downloading idna-3.20-py3-none-any.whl.metadata (7.2 kB)
Collecting sniffio (from httpx==0.27.0)
  Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
Collecting h11>=0.16 (from httpcore==1.*->httpx==0.27.0)
  Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB)
Collecting typing_extensions>=4.16.0 (from anyio->httpx==0.27.0)
  Downloading typing_extensions-4.16.0-py3-none-any.whl.metadata (3.3 kB)
Downloading httpx-0.27.0-py3-none-any.whl (75 kB)
Downloading httpcore-1.0.9-py3-none-any.whl (78 kB)
Downloading anyio-4.15.1-py3-none-any.whl (132 kB)
Downloading idna-3.20-py3-none-any.whl (69 kB)
Downloading certifi-2026.7.22-py3-none-any.whl (136 kB)
Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
Downloading h11-0.16.0-py3-none-any.whl (37 kB)
Downloading typing_extensions-4.16.0-py3-none-any.whl (45 kB)
Installing collected packages: typing_extensions, sniffio, idna, h11, certifi, httpcore, anyio, httpx
Successfully installed anyio-4.15.1 certifi-2026.7.22 h11-0.16.0 httpcore-1.0.9 httpx-0.27.0 idna-3.20 sniffio-1.3.1 typing_extensions-4.16.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.

[notice] A new release of pip is available: 25.0.1 -> 26.2.1
[notice] To update, run: pip install --upgrade pip
--> fe12aae0aafc
STEP 3/4: RUN python -c "import httpx; print(httpx.__version__)"
0.27.0
--> 8566d14e9a10
STEP 4/4: CMD ["python","-V"]
COMMIT localhost/compact-bench-scratch:tmp
--> d1e298c34819
Successfully tagged localhost/compact-bench-scratch:tmp
d1e298c34819314045b307cd92330550c0f224e7c004b495cbd1124cf61d8b3f
exit code: 0
