mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-23 06:13:50 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
64cfd2ca4d |
@@ -49,9 +49,9 @@ RUN python3.9 -m ensurepip
|
||||
RUN pip3.9 install -r requirements.txt
|
||||
RUN pip3.9 install jsonschema
|
||||
|
||||
LABEL krknctl.title="Krkn Base Image"
|
||||
LABEL krknctl.description="This is the krkn base image."
|
||||
LABEL krknctl.input_fields='$KRKNCTL_INPUT'
|
||||
LABEL krknctl.title.global="Krkn Base Image"
|
||||
LABEL krknctl.description.global="This is the krkn base image."
|
||||
LABEL krknctl.input_fields.global='$KRKNCTL_INPUT'
|
||||
|
||||
|
||||
RUN chown -R krkn:krkn /home/krkn && chmod 755 /home/krkn
|
||||
|
||||
Reference in New Issue
Block a user