mirror of
https://github.com/QingdaoU/Judger.git
synced 2025-01-01 01:41:43 +00:00
4 lines
116 B
Plaintext
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
|