Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mcp
/
osccore-qa-testing-tools
/
aaf2c826fa3456a8be8412bc26107d6272a339ba
/
.
/
rp_reporter
/
Dockerfile
blob: 450bfec374af2dcdaae8bfa0dbd21d5d628c9da5 [
file
] [
log
] [
blame
]
FROM python
:
3.12
-
slim
COPY
.
/
var
/
lib
/
rp_reporter
/
WORKDIR
/
var
/
lib
/
rp_reporter
/
RUN apt
-
get
update \
&&
apt
-
get
install
-
y
--
no
-
install
-
recommends git
RUN pip install
--
no
-
cache
-
dir
.