mirror of
https://github.com/QingdaoU/Judger.git
synced 2024-12-29 16:31:42 +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
|