Skip to content

Commit 4b72aa3

Browse files
committed
fixup: ensure nix directory exists, even when unused
1 parent 0f3c2f2 commit 4b72aa3

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

vendor/nsjail/context/nix/.gitkeep

Whitespace-only changes.

vendor/nsjail/dockerfiles/Dockerfile.debian

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,4 @@ CMD ["/docker-init/nsjail-launcher.sh"]
5252
COPY nsjail.cfg /home/ctf
5353
COPY chal /home/ctf/chal/
5454
COPY kctf /home/ctf/kctf/
55-
56-
55+
RUN mkdir /home/ctf/nix

vendor/nsjail/dockerfiles/Dockerfile.ubuntu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ CMD ["/docker-init/nsjail-launcher.sh"]
5252
COPY nsjail.cfg /home/ctf
5353
COPY chal /home/ctf/chal/
5454
COPY kctf /home/ctf/kctf/
55+
RUN mkdir /home/ctf/nix

0 commit comments

Comments
 (0)