Skip to content

Commit

Permalink
Use ubuntu:22.04 as docker base image
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy committed Sep 29, 2024
1 parent 4b97165 commit 15a848e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt update && apt install -y libseccomp-dev gcc
RUN cargo build --bin judger --release


FROM ubuntu:latest
FROM ubuntu:22.04

RUN apt update && apt install -y libseccomp-dev gcc g++ curl unzip
COPY --from=build /usr/src/judger/target/release/judger /usr/local/bin/judger
Expand Down

0 comments on commit 15a848e

Please sign in to comment.