Change Some Levels

This commit is contained in:
Tim
2026-01-06 20:51:08 +01:00
parent 405421528a
commit 2f7c937b5b
247 changed files with 116 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM ubuntu:25.04
FROM ubuntu:rolling
ENV DEBIAN_FRONTEND=noninteractive
@@ -54,12 +54,12 @@ COPY /Level/Level2/data.txt /home/crime2/data.txt
RUN chown crime2:crime2 /home/crime2/data.txt && chmod 600 /home/crime2/data.txt
# Level3
COPY Level/Level3/geheim.txt /home/crime3/geheim.txt
RUN chown crime3:crime3 /home/crime3/geheim.txt && chmod 600 /home/crime3/geheim.txt
COPY Level/Level3/ /home/crime3/
RUN chown -R crime4:crime4 /home/crime4 && chmod 600 /home/crime4/*
# Level4
COPY Level/Level4/ /home/crime4/
RUN chown -R crime4:crime4 /home/crime4 && chmod 600 /home/crime4/*.txt
RUN chown crime3:crime3 /home/crime3/geheim && chmod 600 /home/crime3/geheim
# Level5
COPY Level/Level5/systemd-hdtob.py /usr/local/bin/systemd-hdtob.py