summaryrefslogtreecommitdiffstats
path: root/library/stdarch/ci/docker/i586-unknown-linux-gnu/Dockerfile
blob: 0e4d1c6eb46632530420e0552f159d99463e2d82 (plain)
1
2
3
4
5
6
7
FROM ubuntu:20.04
RUN apt-get update && apt-get install -y --no-install-recommends \
  gcc-multilib \
  libc6-dev \
  file \
  make \
  ca-certificates