Sign in
gerrit
/
gerrit-load-tests
/
7f15b5f3cd1954292cc36668a8cc9f76df85a0c4
/
.
/
container
/
Dockerfile
blob: c88a9c0750e10a6ee601ccfccf75abb2b65921c2 [
file
]
FROM python
:
3.7
-
stretch
WORKDIR
/
usr
/
src
/
app
ENV LC_ALL
=
C
.
UTF
-
8
ENV LANG
=
C
.
UTF
-
8
COPY tools
/
./
RUN pip install pipenv
&&
\
pipenv install
--
system
ENTRYPOINT
[
"python"
,
"./start_test.py"
]