File: Dockerfile.i386

package info (click to toggle)
paramiko 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,424 kB
  • sloc: python: 18,843; xml: 19; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
# Convenience tool for testing 32-bit issues. This is NOT officially supported;
# it is purely a maintainer-facing artifact.

FROM --platform=i386 i386/alpine:3.17

RUN apk add openssl-dev python3-dev libffi-dev make cargo bash

RUN python3 -m venv env
RUN env/bin/pip install -U pip