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

4 lines
116 B
Plaintext

FROM ubuntu:16.04
RUN apt-get update && apt-get install -y cmake python python3 libseccomp-dev gcc g++
WORKDIR /src