woj-server/resource/runner/scripts/ubuntu-run.Dockerfile

9 lines
299 B
Docker
Raw Normal View History

2023-08-11 18:54:00 +08:00
FROM woj/ubuntu-full:latest AS builder
FROM docker.io/library/ubuntu:22.04
WORKDIR /woj/problem
RUN mkdir -p /woj/framework/scripts
COPY --from=builder /woj/framework/scripts/libwoj_sandbox.so /woj/framework/scripts/
COPY --from=builder /woj/framework/scripts/woj_launcher /woj/framework/scripts/