Judger/tests/Dockerfile-18.04
2018-06-09 15:00:13 +08:00

3 lines
171 B
Plaintext

FROM ubuntu:18.04
RUN apt-get update && apt-get install -y cmake python python3 python3-pip libseccomp-dev gcc g++ strace && pip3 install setuptools --upgrade
WORKDIR /src