about summary refs log tree commit diff
path: root/library/stdarch/ci/docker/i686-unknown-linux-gnu/Dockerfile
blob: 49d5cecc71ea7bd8005b31fa8f55077dffbe08c9 (plain)
1
2
3
4
5
6
7
FROM ubuntu:25.10
RUN apt-get update && apt-get install -y --no-install-recommends \
  gcc-multilib \
  libc6-dev \
  file \
  make \
  ca-certificates