Sign in
apache
/
ignite-3
/
HEAD
/
.
/
modules
/
platforms
/
python
/
dbapi
/
scripts
/
Dockerfile
blob: 9f5da4dae10f3055847d478ba16f02dd96be700e [
file
]
FROM quay
.
io
/
pypa
/
manylinux2014_x86_64
# Install dependencies
RUN yum check
-
update
||
true
RUN yum install
-
y cmake unixODBC
-
devel openssl
-
devel