Judger/tests/Dockerfile-16.04

4 lines
116 B
Plaintext
Raw Normal View History

2018-06-09 04:37:45 +00:00
FROM ubuntu:16.04
RUN apt-get update && apt-get install -y cmake python python3 libseccomp-dev gcc g++
WORKDIR /src