xgboost/tests/ci_build/Dockerfile.i386
Jiaming Yuan 7ab93f3ce3
[CI] Fix test environment. (#10609)
* [CI] Fix test environment.

* Remove shell.

* Remove.

* Update Dockerfile.i386
2024-07-18 10:04:17 -07:00

9 lines
190 B
Docker

FROM i386/debian:sid
ENV DEBIAN_FRONTEND noninteractive
SHELL ["/bin/bash", "-c"]
RUN \
apt-get update && \
apt-get install -y tar unzip wget git build-essential ninja-build cmake