aboutsummaryrefslogtreecommitdiffstats
path: root/old/moon_pythonfunctest/Dockerfile
blob: 8ae093b83bcef65174ef819a4bc15e5098a26171 (plain)
1
2
3
4
5
6
7
8
9
FROM python:3

WORKDIR /usr/src/app
RUN pip install --no-cache-dir --upgrade requests pytest pyyaml python_moonutilities python_moondb python_moonclient

ADD . /root
WORKDIR /root

CMD /bin/bash /root/run_func_test.sh